Hardware I2C data types. More...

Data Structures

struct  zos_i2c_message_t
 Input/output message context used by zn_i2c_transfer() More...
 
struct  zos_i2c_device_t
 I2C peripheral context used by direct APIs. More...
 

Enumerations

enum  zos_i2c_write_flag_t { I2C_WRITE_FLAG_CONTINUED_WRITE = (1 << 0) }
 Write specific flags. More...
 

Detailed Description

Hardware I2C data types.

Enumeration Type Documentation

Write specific flags.

Enumerator
I2C_WRITE_FLAG_CONTINUED_WRITE 

continued write: if this flag is set then no stop condition will be sent after the write. This allows for issuing the write command multiple times