HAL
MMC_CONTEXT_READ_MULTIPLE_BLOCK is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALMMC_CONTEXT_READ_MULTIPLE_BLOCK

MMC_CONTEXT_READ_MULTIPLE_BLOCK macro

Read multiple blocks operation

Syntax

#define MMC_CONTEXT_READ_MULTIPLE_BLOCK 0x00000002U

References

LocationText
stm32f4xx_hal_mmc.h:322
#define MMC_CONTEXT_READ_MULTIPLE_BLOCK 0x00000002U /*!< Read multiple blocks operation */
stm32f4xx_hal_mmc.c:647
hmmc->Context = MMC_CONTEXT_READ_MULTIPLE_BLOCK;
stm32f4xx_hal_mmc.c:1037
hmmc->Context = (MMC_CONTEXT_READ_MULTIPLE_BLOCK | MMC_CONTEXT_IT);
stm32f4xx_hal_mmc.c:1253
hmmc->Context = (MMC_CONTEXT_READ_MULTIPLE_BLOCK | MMC_CONTEXT_DMA);
stm32f4xx_hal_mmc.c:1554
if(((context & MMC_CONTEXT_READ_SINGLE_BLOCK) == 0U) && ((context & MMC_CONTEXT_READ_MULTIPLE_BLOCK) == 0U))
stm32f4xx_hal_mmc.c:1572
if(((context & MMC_CONTEXT_READ_MULTIPLE_BLOCK) != 0U) || ((context & MMC_CONTEXT_WRITE_MULTIPLE_BLOCK) != 0U))
stm32f4xx_hal_mmc.c:1590
if(((context & MMC_CONTEXT_READ_SINGLE_BLOCK) != 0U) || ((context & MMC_CONTEXT_READ_MULTIPLE_BLOCK) != 0U))
stm32f4xx_hal_mmc.c:2573
if(hmmc->Context == (MMC_CONTEXT_READ_MULTIPLE_BLOCK | MMC_CONTEXT_DMA))