STM32L443xx HAL User Manual
|
Defines | |
#define | LL_I2C_REQUEST_WRITE 0x00000000U |
#define | LL_I2C_REQUEST_READ I2C_CR2_RD_WRN |
#define LL_I2C_REQUEST_READ I2C_CR2_RD_WRN |
Master request a read transfer.
Definition at line 254 of file stm32l4xx_ll_i2c.h.
#define LL_I2C_REQUEST_WRITE 0x00000000U |
Master request a write transfer.
Definition at line 253 of file stm32l4xx_ll_i2c.h.