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

LL_I2C_DisableIT_BUF() function

Disable Buffer interrupts.

Syntax

__STATIC_INLINE void LL_I2C_DisableIT_BUF(I2C_TypeDef *I2Cx);

Arguments

I2Cx

I2C Instance.

Return value

None

Notes

Any of these Buffer events will generate interrupt : Receive buffer not empty (RXNE) Transmit buffer empty (TXE)

Examples

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

References

LocationText
stm32f4xx_ll_i2c.h:1151
__STATIC_INLINE void LL_I2C_DisableIT_BUF(I2C_TypeDef *I2Cx)

Data Use

Data read by LL_I2C_DisableIT_BUF()
LL_I2C_DisableIT_BUF()