LL_I2C_IsActiveFlag_ADDR
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_ADDR
(I2C_TypeDef * I2Cx)
Indicate the status of Address sent (master mode) or Address
matched flag (slave mode).
RESET: Clear default value. SET: When the address is fully
sent (master mode) or when the received slave address
matched with one of the enabled slave address (slave mode).
Reference Manual to
LL API cross
reference:
SR1 ADDR LL_I2C_IsActiveFlag_ADDR
LL_I2C_IsActiveFlag_ADD10
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_ADD10
(I2C_TypeDef * I2Cx)
Indicate the status of 10-bit header sent (master mode).
RESET: When no ADD10 event occured. SET: When the
master has sent the first address byte (header).
Reference Manual to
LL API cross
reference:
SR1 ADD10 LL_I2C_IsActiveFlag_ADD10
LL_I2C_IsActiveFlag_AF
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_AF
(I2C_TypeDef * I2Cx)
Indicate the status of Acknowledge failure flag.
RESET: No acknowledge failure. SET: When an acknowledge
failure is received after a byte transmission.
Reference Manual to
LL API cross
reference:
SR1 AF LL_I2C_IsActiveFlag_AF
LL_I2C_IsActiveFlag_STOP
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_STOP
(I2C_TypeDef * I2Cx)
Indicate the status of Stop detection flag (slave mode).