HAL + 0/3 examples
CodeScope will show references to LL_I2C_DisableIT_EVT() from the following samples and libraries:
 
Symbols
loading...
Files
loading...

LL_I2C_DisableIT_EVT() function

Disable Events interrupts.

Syntax

__STATIC_INLINE void LL_I2C_DisableIT_EVT(I2C_TypeDef *I2Cx);

Arguments

I2Cx

I2C Instance.

Return value

None

Notes

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)

Examples

LL_I2C_DisableIT_EVT() is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_ll_i2c.h:1112
__STATIC_INLINE void LL_I2C_DisableIT_EVT(I2C_TypeDef *I2Cx)

Data Use

Data read by LL_I2C_DisableIT_EVT()
LL_I2C_DisableIT_EVT()