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

__HAL_FMPI2C_GET_FLAG macro

Syntax

#define __HAL_FMPI2C_GET_FLAG(__HANDLE__, __FLAG__) (((((__HANDLE__)->Instance->ISR) & \     (__FLAG__)) == (__FLAG__)) ? SET : RESET)

Arguments

__HANDLE__

__FLAG__

References

LocationText
stm32f4xx_hal_fmpi2c.h:545
#define __HAL_FMPI2C_GET_FLAG(__HANDLE__, __FLAG__) (((((__HANDLE__)->Instance->ISR) & \
stm32f4xx_hal_fmpi2c.c:1613
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_RXNE) == SET)
stm32f4xx_hal_fmpi2c.c:1691
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_BUSY) == SET)
stm32f4xx_hal_fmpi2c.c:1781
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_BUSY) == SET)
stm32f4xx_hal_fmpi2c.c:1968
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_BUSY) == SET)
stm32f4xx_hal_fmpi2c.c:2130
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_BUSY) == SET)
stm32f4xx_hal_fmpi2c.c:2800
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_BUSY) == SET)
stm32f4xx_hal_fmpi2c.c:2888
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_BUSY) == SET)
stm32f4xx_hal_fmpi2c.c:2977
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_BUSY) == SET)
stm32f4xx_hal_fmpi2c.c:3123
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_BUSY) == SET)
stm32f4xx_hal_fmpi2c.c:3264
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_BUSY) == SET)
stm32f4xx_hal_fmpi2c.c:3284
tmp1 = __HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF);
stm32f4xx_hal_fmpi2c.c:3285
tmp2 = __HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_AF);
stm32f4xx_hal_fmpi2c.c:3306
tmp1 = __HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF);
stm32f4xx_hal_fmpi2c.c:3307
tmp2 = __HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_AF);
stm32f4xx_hal_fmpi2c.c:3311
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_AF) == RESET)
stm32f4xx_hal_fmpi2c.c:4007
tmp = __HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_ADDR);
stm32f4xx_hal_fmpi2c.c:4188
tmp = __HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_ADDR);
stm32f4xx_hal_fmpi2c.c:4291
tmp = __HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_ADDR);
stm32f4xx_hal_fmpi2c.c:4472
tmp = __HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_ADDR);
stm32f4xx_hal_fmpi2c.c:6618
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF) == SET)
stm32f4xx_hal_fmpi2c.c:6620
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_AF) == SET)
stm32f4xx_hal_fmpi2c.c:6749
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXIS) != RESET)
stm32f4xx_hal_fmpi2c.c:6755
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXE) == RESET)
stm32f4xx_hal_fmpi2c.c:7007
while (__HAL_FMPI2C_GET_FLAG(hfmpi2c, Flag) == Status)
stm32f4xx_hal_fmpi2c.c:7020
if ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, Flag) == Status))
stm32f4xx_hal_fmpi2c.c:7047
while (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXIS) == RESET)
stm32f4xx_hal_fmpi2c.c:7060
if ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXIS) == RESET))
stm32f4xx_hal_fmpi2c.c:7088
while (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF) == RESET)
stm32f4xx_hal_fmpi2c.c:7099
if ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF) == RESET))
stm32f4xx_hal_fmpi2c.c:7128
while ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_RXNE) == RESET) && (status == HAL_OK))
stm32f4xx_hal_fmpi2c.c:7137
if ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF) == SET) && (status == HAL_OK))
stm32f4xx_hal_fmpi2c.c:7141
if ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_RXNE) == SET) && (hfmpi2c->XferSize > 0U))
stm32f4xx_hal_fmpi2c.c:7149
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_AF) == SET)
stm32f4xx_hal_fmpi2c.c:7177
if ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_RXNE) == RESET))
stm32f4xx_hal_fmpi2c.c:7216
while ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF) == RESET) && (status == HAL_OK))
stm32f4xx_hal_fmpi2c.c:7227
if ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_BUSY) != RESET) && \
stm32f4xx_hal_fmpi2c.c:7238
while (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_STOPF) == RESET)