HAL
MMC_CONTEXT_WRITE_SINGLE_BLOCK is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALMMC_CONTEXT_WRITE_SINGLE_BLOCK

MMC_CONTEXT_WRITE_SINGLE_BLOCK macro

Write single block operation

Syntax

#define MMC_CONTEXT_WRITE_SINGLE_BLOCK 0x00000010U

References

LocationText
stm32f4xx_hal_mmc.h:323
#define MMC_CONTEXT_WRITE_SINGLE_BLOCK 0x00000010U /*!< Write single block operation */
stm32f4xx_hal_mmc.c:850
hmmc->Context = MMC_CONTEXT_WRITE_SINGLE_BLOCK;
stm32f4xx_hal_mmc.c:1132
hmmc->Context = (MMC_CONTEXT_WRITE_SINGLE_BLOCK | MMC_CONTEXT_IT);
stm32f4xx_hal_mmc.c:1356
hmmc->Context = (MMC_CONTEXT_WRITE_SINGLE_BLOCK | MMC_CONTEXT_DMA);