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

SD_CONTEXT_DMA macro

Process in DMA mode

Syntax

#define SD_CONTEXT_DMA 0x00000080U

References

LocationText
stm32f4xx_hal_sd.h:347
#define SD_CONTEXT_DMA 0x00000080U /*!< Process in DMA mode */
stm32f4xx_hal_sd.c:1251
stm32f4xx_hal_sd.c:1258
stm32f4xx_hal_sd.c:1346
stm32f4xx_hal_sd.c:1353
stm32f4xx_hal_sd.c:1585
else if((context & SD_CONTEXT_DMA) != 0U)
stm32f4xx_hal_sd.c:1685
else if((context & SD_CONTEXT_DMA) != 0U)
stm32f4xx_hal_sd.c:2364
if ((context & SD_CONTEXT_DMA) != 0U)
stm32f4xx_hal_sd.c:2425
if ((context & SD_CONTEXT_DMA) != 0U)
stm32f4xx_hal_sd.c:2520
if(hsd->Context == (SD_CONTEXT_READ_MULTIPLE_BLOCK | SD_CONTEXT_DMA))