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

I2C_Public_Types

I2C_Public_Types
[I2C]

Data Structures

struct  I2C_OWNSLAVEADDR_CFG_Type
 I2C Own slave address setting structure. More...
struct  I2C_M_SETUP_Type
 Master transfer setup data structure definitions. More...
struct  I2C_S_SETUP_Type
 Slave transfer setup data structure definitions. More...

Enumerations

enum  I2C_TRANSFER_OPT_Type { I2C_TRANSFER_POLLING = 0, I2C_TRANSFER_INTERRUPT }
 

Transfer option type definitions.

More...

Enumeration Type Documentation

Transfer option type definitions.

Enumerator:
I2C_TRANSFER_POLLING 

Transfer in polling mode.

I2C_TRANSFER_INTERRUPT 

Transfer in interrupt mode.

Definition at line 302 of file lpc17xx_i2c.h.