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

FMPI2C_FLAG_MASK macro

Check whether the specified FMPI2C flag is set or not.

Syntax

#define FMPI2C_FLAG_MASK (0x0001FFFFU)

Return value

The new state of __FLAG__ (SET or RESET).

References

LocationText
stm32f4xx_hal_fmpi2c.h:544
#define FMPI2C_FLAG_MASK (0x0001FFFFU)
stm32f4xx_hal_fmpi2c.h:810
#define FMPI2C_CHECK_FLAG(__ISR__, __FLAG__) ((((__ISR__) & ((__FLAG__) & FMPI2C_FLAG_MASK)) == \
stm32f4xx_hal_fmpi2c.h:811
((__FLAG__) & FMPI2C_FLAG_MASK)) ? SET : RESET)