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

FMPI2C_FLAG_TXE macro

Syntax

#define FMPI2C_FLAG_TXE FMPI2C_ISR_TXE

References

LocationText
stm32f4xx_hal_fmpi2c.h:428
#define FMPI2C_FLAG_TXE FMPI2C_ISR_TXE
stm32f4xx_hal_fmpi2c.c:6755
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXE) == RESET)
stm32f4xx_hal_fmpi2c.c:6757
__HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_TXE);
stm32f4xx_hal_fmpi2c.h:565
#define __HAL_FMPI2C_CLEAR_FLAG(__HANDLE__, __FLAG__) (((__FLAG__) == FMPI2C_FLAG_TXE) ? \