STM32F439xx HAL User Manual
Defines
Acknowledge Generation
I2C Exported Constants

Defines

#define LL_I2C_ACK   I2C_CR1_ACK
#define LL_I2C_NACK   0x00000000U

Define Documentation

#define LL_I2C_ACK   I2C_CR1_ACK

ACK is sent after current received byte.

Definition at line 235 of file stm32f4xx_ll_i2c.h.

#define LL_I2C_NACK   0x00000000U

NACK is sent after current received byte.

Definition at line 236 of file stm32f4xx_ll_i2c.h.

Referenced by LL_I2C_StructInit().