uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
I2C Public Types

Classes

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...
 

Detailed Description

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 316 of file lpc17xx_i2c.h.