STM32L486xx HAL User Manual
Defines
Acknowledge Generation
I2C Exported Constants

Defines

#define LL_I2C_ACK   0x00000000U
#define LL_I2C_NACK   I2C_CR2_NACK

Define Documentation

#define LL_I2C_ACK   0x00000000U

ACK is sent after current received byte.

Definition at line 242 of file stm32l4xx_ll_i2c.h.

#define LL_I2C_NACK   I2C_CR2_NACK

NACK is sent after current received byte.

Definition at line 243 of file stm32l4xx_ll_i2c.h.

Referenced by LL_I2C_StructInit().