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

LL_I2C_EnableIT_ERR() function

Enable Error interrupts.

Syntax

__STATIC_INLINE void LL_I2C_EnableIT_ERR(I2C_TypeDef *I2Cx);

Arguments

I2Cx

I2C Instance.

Return value

None

Notes

Macro IS_SMBUS_ALL_INSTANCE(I2Cx) can be used to check whether or not SMBus feature is supported by the I2Cx Instance. Any of these errors will generate interrupt : Bus Error detection (BERR) Arbitration Loss (ARLO) Acknowledge Failure(AF) Overrun/Underrun (OVR) SMBus Timeout detection (TIMEOUT) SMBus PEC error detection (PECERR) SMBus Alert pin event detection (SMBALERT)

Examples

LL_I2C_EnableIT_ERR() is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx_ll_i2c.h:1183
__STATIC_INLINE void LL_I2C_EnableIT_ERR(I2C_TypeDef *I2Cx)

Data Use

Data read by LL_I2C_EnableIT_ERR()
LL_I2C_EnableIT_ERR()