RESET: When next data is written in Transmit data register.
SET: When Transmit data register is empty.
Reference Manual to
LL API cross
reference:
SR1 TXE LL_I2C_IsActiveFlag_TXE
LL_I2C_IsActiveFlag_BTF
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_BTF
(I2C_TypeDef * I2Cx)
Indicate the status of Byte Transfer Finished flag.
Reference Manual to
LL API cross
reference:
SR1 BTF LL_I2C_IsActiveFlag_BTF
LL_I2C_IsActiveFlag_RXNE
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_RXNE
(I2C_TypeDef * I2Cx)
Indicate the status of Receive data register not empty flag.
RESET: When Receive data register is read. SET: When the
received data is copied in Receive data register.
Reference Manual to
LL API cross
reference:
SR1 RXNE LL_I2C_IsActiveFlag_RXNE
LL_I2C_IsActiveFlag_SB
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_SB
(I2C_TypeDef * I2Cx)
Indicate the status of Start Bit (master mode).
RESET: When No Start condition. SET: When Start condition
is generated.
Reference Manual to
LL API cross
reference:
SR1 SB LL_I2C_IsActiveFlag_SB