LL_I2C_EnableIT_EVT
__STATIC_INLINE void LL_I2C_EnableIT_EVT (I2C_TypeDef *
I2Cx)
Enable Events interrupts.
Any of these events will generate interrupt : Start Bit (SB)
Address sent, Address matched (ADDR) 10-bit header sent
(ADD10) Stop detection (STOPF) Byte transfer finished (BTF)
Any of these events will generate interrupt if Buffer interrupts
are enabled too(using unitary function
LL_I2C_EnableIT_BUF()) : Receive buffer not empty (RXNE)
Transmit buffer empty (TXE)
Reference Manual to
LL API cross
reference:
CR2 ITEVTEN LL_I2C_EnableIT_EVT
LL_I2C_DisableIT_EVT
__STATIC_INLINE void LL_I2C_DisableIT_EVT (I2C_TypeDef *
I2Cx)
Disable Events interrupts.
Any of these events will generate interrupt : Start Bit (SB)
Address sent, Address matched (ADDR) 10-bit header sent
(ADD10) Stop detection (STOPF) Byte transfer finished (BTF)
Receive buffer not empty (RXNE) Transmit buffer empty
(TXE)
Reference Manual to
LL API cross
reference:
CR2 ITEVTEN LL_I2C_DisableIT_EVT
LL_I2C_IsEnabledIT_EVT
__STATIC_INLINE uint32_t LL_I2C_IsEnabledIT_EVT
(I2C_TypeDef * I2Cx)
Check if Events interrupts are enabled or disabled.
Reference Manual to
LL API cross
reference:
CR2 ITEVTEN LL_I2C_IsEnabledIT_EVT