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

SD_CONTEXT_IT macro

Process in Interrupt mode

Syntax

#define SD_CONTEXT_IT 0x00000008U

References

LocationText
stm32f4xx_hal_sd.h:346
#define SD_CONTEXT_IT 0x00000008U /*!< Process in Interrupt mode */
stm32f4xx_hal_sd.c:1034
stm32f4xx_hal_sd.c:1041
stm32f4xx_hal_sd.c:1122
stm32f4xx_hal_sd.c:1129
stm32f4xx_hal_sd.c:1526
if((__HAL_SD_GET_FLAG(hsd, SDIO_FLAG_RXFIFOHF) != RESET) && ((context & SD_CONTEXT_IT) != 0U))
stm32f4xx_hal_sd.c:1547
if((context & SD_CONTEXT_IT) != 0U)
stm32f4xx_hal_sd.c:1621
else if((__HAL_SD_GET_FLAG(hsd, SDIO_FLAG_TXFIFOHE) != RESET) && ((context & SD_CONTEXT_IT) != 0U))
stm32f4xx_hal_sd.c:1674
if((context & SD_CONTEXT_IT) != 0U)