HAL
FMPI2C_FLAG_BERR is only used within HAL.
 
Symbols
loading...
Files
loading...

FMPI2C_FLAG_BERR macro

Syntax

#define FMPI2C_FLAG_BERR FMPI2C_ISR_BERR

References

LocationText
stm32f4xx_hal_fmpi2c.h:436
#define FMPI2C_FLAG_BERR FMPI2C_ISR_BERR
stm32f4xx_hal_fmpi2c.c:4651
if ((FMPI2C_CHECK_FLAG(itflags, FMPI2C_FLAG_BERR) != RESET) && \
stm32f4xx_hal_fmpi2c.c:4657
__HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_BERR);
stm32f4xx_hal_fmpi2c.c:7271
if (HAL_IS_BIT_SET(itflag, FMPI2C_FLAG_BERR))
stm32f4xx_hal_fmpi2c.c:7276
__HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_BERR);