RESET: Clear default value. SET: When a Stop condition is
detected.
Reference Manual to
LL API cross
reference:
SR1 STOPF LL_I2C_IsActiveFlag_STOP
LL_I2C_IsActiveFlag_BERR
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_BERR
(I2C_TypeDef * I2Cx)
Indicate the status of Bus error flag.
RESET: Clear default value. SET: When a misplaced Start or
Stop condition is detected.
Reference Manual to
LL API cross
reference:
SR1 BERR LL_I2C_IsActiveFlag_BERR
LL_I2C_IsActiveFlag_ARLO
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_ARLO
(I2C_TypeDef * I2Cx)
Indicate the status of Arbitration lost flag.
RESET: Clear default value. SET: When arbitration lost.
Reference Manual to
LL API cross
reference:
SR1 ARLO LL_I2C_IsActiveFlag_ARLO
LL_I2C_IsActiveFlag_OVR
__STATIC_INLINE uint32_t LL_I2C_IsActiveFlag_OVR
(I2C_TypeDef * I2Cx)
Indicate the status of Overrun/Underrun flag.
RESET: Clear default value. SET: When an overrun/underrun
error occurs (Clock Stretching Disabled).
Reference Manual to
LL API cross
SR1 OVR LL_I2C_IsActiveFlag_OVR