HAL
MMC_CONTEXT_WRITE_MULTIPLE_BLOCK is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALMMC_CONTEXT_WRITE_MULTIPLE_BLOCK

MMC_CONTEXT_WRITE_MULTIPLE_BLOCK macro

Write multiple blocks operation

Syntax

#define MMC_CONTEXT_WRITE_MULTIPLE_BLOCK 0x00000020U

References

LocationText
stm32f4xx_hal_mmc.h:324
#define MMC_CONTEXT_WRITE_MULTIPLE_BLOCK 0x00000020U /*!< Write multiple blocks operation */
stm32f4xx_hal_mmc.c:843
hmmc->Context = MMC_CONTEXT_WRITE_MULTIPLE_BLOCK;
stm32f4xx_hal_mmc.c:1125
hmmc->Context = (MMC_CONTEXT_WRITE_MULTIPLE_BLOCK| MMC_CONTEXT_IT);
stm32f4xx_hal_mmc.c:1349
hmmc->Context = (MMC_CONTEXT_WRITE_MULTIPLE_BLOCK | MMC_CONTEXT_DMA);
stm32f4xx_hal_mmc.c:1541
if((context & MMC_CONTEXT_WRITE_MULTIPLE_BLOCK) != 0U)
stm32f4xx_hal_mmc.c:1572
if(((context & MMC_CONTEXT_READ_MULTIPLE_BLOCK) != 0U) || ((context & MMC_CONTEXT_WRITE_MULTIPLE_BLOCK) != 0U))