HAL
SD_CONTEXT_WRITE_SINGLE_BLOCK is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSD_CONTEXT_WRITE_SINGLE_BLOCK

SD_CONTEXT_WRITE_SINGLE_BLOCK macro

Write single block operation

Syntax

#define SD_CONTEXT_WRITE_SINGLE_BLOCK 0x00000010U

References

LocationText
stm32f4xx_hal_sd.h:344
#define SD_CONTEXT_WRITE_SINGLE_BLOCK 0x00000010U /*!< Write single block operation */
stm32f4xx_hal_sd.c:843
hsd->Context = SD_CONTEXT_WRITE_SINGLE_BLOCK;
stm32f4xx_hal_sd.c:1129
hsd->Context = (SD_CONTEXT_WRITE_SINGLE_BLOCK | SD_CONTEXT_IT);
stm32f4xx_hal_sd.c:1353
hsd->Context = (SD_CONTEXT_WRITE_SINGLE_BLOCK | SD_CONTEXT_DMA);
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))