HAL
SD_CONTEXT_WRITE_MULTIPLE_BLOCK is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSD_CONTEXT_WRITE_MULTIPLE_BLOCK

SD_CONTEXT_WRITE_MULTIPLE_BLOCK macro

Write multiple blocks operation

Syntax

#define SD_CONTEXT_WRITE_MULTIPLE_BLOCK 0x00000020U

References

LocationText
stm32f4xx_hal_sd.h:345
#define SD_CONTEXT_WRITE_MULTIPLE_BLOCK 0x00000020U /*!< Write multiple blocks operation */
stm32f4xx_hal_sd.c:836
hsd->Context = SD_CONTEXT_WRITE_MULTIPLE_BLOCK;
stm32f4xx_hal_sd.c:1122
hsd->Context = (SD_CONTEXT_WRITE_MULTIPLE_BLOCK| SD_CONTEXT_IT);
stm32f4xx_hal_sd.c:1346
hsd->Context = (SD_CONTEXT_WRITE_MULTIPLE_BLOCK | SD_CONTEXT_DMA);
stm32f4xx_hal_sd.c:1549
if(((context & SD_CONTEXT_READ_MULTIPLE_BLOCK) != 0U) || ((context & SD_CONTEXT_WRITE_MULTIPLE_BLOCK) != 0U))
stm32f4xx_hal_sd.c:1587
if((context & SD_CONTEXT_WRITE_MULTIPLE_BLOCK) != 0U)
stm32f4xx_hal_sd.c:1688
if(((context & SD_CONTEXT_WRITE_SINGLE_BLOCK) != 0U) || ((context & SD_CONTEXT_WRITE_MULTIPLE_BLOCK) != 0U))
stm32f4xx_hal_sd.c:2370
if (((context & SD_CONTEXT_WRITE_SINGLE_BLOCK) != 0U) || ((context & SD_CONTEXT_WRITE_MULTIPLE_BLOCK) != 0U))
stm32f4xx_hal_sd.c:2431
if (((context & SD_CONTEXT_WRITE_SINGLE_BLOCK) != 0U) || ((context & SD_CONTEXT_WRITE_MULTIPLE_BLOCK) != 0U))