PAN1080 Peripheral API
Macros
I2c state

I2c device and fifo state flag. More...

Collaboration diagram for I2c state:

Macros

#define I2C_FLAG_SLV_ACTIVITY   ((uint32_t)0x00000040)
 
#define I2C_FLAG_MST_ACTIVITY   ((uint32_t)0x00000020)
 
#define I2C_FLAG_RFF   ((uint32_t)0x00000010)
 
#define I2C_FLAG_RFNE   ((uint32_t)0x00000008)
 
#define I2C_FLAG_TFE   ((uint32_t)0x00000004)
 
#define I2C_FLAG_TFNF   ((uint32_t)0x00000002)
 
#define I2C_FLAG_ACTIVITY   ((uint32_t)0x00000001)
 

Detailed Description

I2c device and fifo state flag.

Macro Definition Documentation

◆ I2C_FLAG_ACTIVITY

#define I2C_FLAG_ACTIVITY   ((uint32_t)0x00000001)

I2C activity flag

◆ I2C_FLAG_MST_ACTIVITY

#define I2C_FLAG_MST_ACTIVITY   ((uint32_t)0x00000020)

I2C master activity flag

◆ I2C_FLAG_RFF

#define I2C_FLAG_RFF   ((uint32_t)0x00000010)

I2C receive fifo full flag

◆ I2C_FLAG_RFNE

#define I2C_FLAG_RFNE   ((uint32_t)0x00000008)

I2C receive fifo not empty flag

◆ I2C_FLAG_SLV_ACTIVITY

#define I2C_FLAG_SLV_ACTIVITY   ((uint32_t)0x00000040)

I2C salve activity flag

◆ I2C_FLAG_TFE

#define I2C_FLAG_TFE   ((uint32_t)0x00000004)

I2C transmit fifo empty flag

◆ I2C_FLAG_TFNF

#define I2C_FLAG_TFNF   ((uint32_t)0x00000002)

I2C transmit fifo not full flag