STM32L443xx HAL User Manual
|
Defines | |
#define | I2C_FIRST_FRAME ((uint32_t)I2C_SOFTEND_MODE) |
#define | I2C_FIRST_AND_NEXT_FRAME ((uint32_t)(I2C_RELOAD_MODE | I2C_SOFTEND_MODE)) |
#define | I2C_NEXT_FRAME ((uint32_t)(I2C_RELOAD_MODE | I2C_SOFTEND_MODE)) |
#define | I2C_FIRST_AND_LAST_FRAME ((uint32_t)I2C_AUTOEND_MODE) |
#define | I2C_LAST_FRAME ((uint32_t)I2C_AUTOEND_MODE) |
#define | I2C_LAST_FRAME_NO_STOP ((uint32_t)I2C_SOFTEND_MODE) |
#define | I2C_OTHER_FRAME (0x000000AAU) |
#define | I2C_OTHER_AND_LAST_FRAME (0x0000AA00U) |
#define I2C_FIRST_AND_LAST_FRAME ((uint32_t)I2C_AUTOEND_MODE) |
Definition at line 301 of file stm32l4xx_hal_i2c.h.
Referenced by I2C_ConvertOtherXferOptions(), I2C_Slave_ISR_DMA(), and I2C_Slave_ISR_IT().
#define I2C_FIRST_AND_NEXT_FRAME ((uint32_t)(I2C_RELOAD_MODE | I2C_SOFTEND_MODE)) |
Definition at line 299 of file stm32l4xx_hal_i2c.h.
#define I2C_FIRST_FRAME ((uint32_t)I2C_SOFTEND_MODE) |
Definition at line 298 of file stm32l4xx_hal_i2c.h.
Referenced by I2C_ConvertOtherXferOptions(), I2C_DMASlaveTransmitCplt(), I2C_Slave_ISR_DMA(), and I2C_Slave_ISR_IT().
#define I2C_LAST_FRAME ((uint32_t)I2C_AUTOEND_MODE) |
Definition at line 302 of file stm32l4xx_hal_i2c.h.
#define I2C_LAST_FRAME_NO_STOP ((uint32_t)I2C_SOFTEND_MODE) |
Definition at line 303 of file stm32l4xx_hal_i2c.h.
#define I2C_NEXT_FRAME ((uint32_t)(I2C_RELOAD_MODE | I2C_SOFTEND_MODE)) |
Definition at line 300 of file stm32l4xx_hal_i2c.h.
Referenced by I2C_DMASlaveTransmitCplt(), I2C_Slave_ISR_DMA(), and I2C_Slave_ISR_IT().
#define I2C_OTHER_AND_LAST_FRAME (0x0000AA00U) |
Definition at line 309 of file stm32l4xx_hal_i2c.h.
Referenced by I2C_ConvertOtherXferOptions().
#define I2C_OTHER_FRAME (0x000000AAU) |
Definition at line 308 of file stm32l4xx_hal_i2c.h.
Referenced by I2C_ConvertOtherXferOptions().