NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

I2S_Public_Types

I2S_Public_Types
[I2S]

Data Structures

struct  I2S_PinCFG_Type
 I2S configuration structure. More...
struct  I2S_CFG_Type
 I2S configuration structure definition. More...
struct  I2S_DMAConf_Type
 I2S DMA configuration structure definition. More...
struct  I2S_MODEConf_Type
 I2S mode configuration structure definition. More...

Typedefs

typedef void( fnI2SCbs_Type )()
 I2S call-back function type definitions.

Typedef Documentation

typedef void( fnI2SCbs_Type)()

I2S call-back function type definitions.

Definition at line 267 of file lpc17xx_i2s.h.