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

SAI_FIFOSTATUS_FULL macro

Syntax

#define SAI_FIFOSTATUS_FULL 0x00050000U

References

LocationText
stm32f4xx_hal_sai.h:571
#define SAI_FIFOSTATUS_FULL 0x00050000U
stm32f4xx_hal_sai.c:907
if ((hsai->Instance->SR & SAI_xSR_FLVL) != SAI_FIFOSTATUS_FULL)
stm32f4xx_hal_sai.c:2114
while (((hsai->Instance->SR & SAI_xSR_FLVL) != SAI_FIFOSTATUS_FULL) && (hsai->XferCount > 0U))