HAL
MMC_CONTEXT_READ_SINGLE_BLOCK is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALMMC_CONTEXT_READ_SINGLE_BLOCK

MMC_CONTEXT_READ_SINGLE_BLOCK macro

Read single block operation

Syntax

#define MMC_CONTEXT_READ_SINGLE_BLOCK 0x00000001U

References

LocationText
stm32f4xx_hal_mmc.h:321
#define MMC_CONTEXT_READ_SINGLE_BLOCK 0x00000001U /*!< Read single block operation */
stm32f4xx_hal_mmc.c:654
hmmc->Context = MMC_CONTEXT_READ_SINGLE_BLOCK;
stm32f4xx_hal_mmc.c:1044
hmmc->Context = (MMC_CONTEXT_READ_SINGLE_BLOCK | MMC_CONTEXT_IT);
stm32f4xx_hal_mmc.c:1260
hmmc->Context = (MMC_CONTEXT_READ_SINGLE_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:1590
if(((context & MMC_CONTEXT_READ_SINGLE_BLOCK) != 0U) || ((context & MMC_CONTEXT_READ_MULTIPLE_BLOCK) != 0U))