STM32F103xB HAL User Manual
|
Defines | |
#define | LL_I2C_ACK I2C_CR1_ACK |
#define | LL_I2C_NACK 0x00000000U |
#define LL_I2C_ACK I2C_CR1_ACK |
ACK is sent after current received byte.
Definition at line 196 of file stm32f1xx_ll_i2c.h.
#define LL_I2C_NACK 0x00000000U |
NACK is sent after current received byte.
Definition at line 197 of file stm32f1xx_ll_i2c.h.
Referenced by LL_I2C_StructInit().