STM32L443xx HAL User Manual
|
Defines | |
#define | LL_I2C_ACK 0x00000000U |
#define | LL_I2C_NACK I2C_CR2_NACK |
#define LL_I2C_ACK 0x00000000U |
ACK is sent after current received byte.
Definition at line 235 of file stm32l4xx_ll_i2c.h.
#define LL_I2C_NACK I2C_CR2_NACK |
NACK is sent after current received byte.
Definition at line 236 of file stm32l4xx_ll_i2c.h.
Referenced by LL_I2C_StructInit().