STM32H735xx HAL User Manual
Defines
MMC context enumeration
Exported Constants

Defines

#define MMC_CONTEXT_NONE   ((uint32_t)0x00000000U)
#define MMC_CONTEXT_READ_SINGLE_BLOCK   ((uint32_t)0x00000001U)
#define MMC_CONTEXT_READ_MULTIPLE_BLOCK   ((uint32_t)0x00000002U)
#define MMC_CONTEXT_WRITE_SINGLE_BLOCK   ((uint32_t)0x00000010U)
#define MMC_CONTEXT_WRITE_MULTIPLE_BLOCK   ((uint32_t)0x00000020U)
#define MMC_CONTEXT_IT   ((uint32_t)0x00000008U)
#define MMC_CONTEXT_DMA   ((uint32_t)0x00000080U)

Define Documentation

#define MMC_CONTEXT_DMA   ((uint32_t)0x00000080U)
#define MMC_CONTEXT_IT   ((uint32_t)0x00000008U)

Process in Interrupt mode

Definition at line 331 of file stm32h7xx_hal_mmc.h.

Referenced by HAL_MMC_IRQHandler(), HAL_MMC_ReadBlocks_IT(), and HAL_MMC_WriteBlocks_IT().

#define MMC_CONTEXT_NONE   ((uint32_t)0x00000000U)

None

Definition at line 326 of file stm32h7xx_hal_mmc.h.

Referenced by HAL_MMC_Abort(), and HAL_MMC_Init().

#define MMC_CONTEXT_READ_MULTIPLE_BLOCK   ((uint32_t)0x00000002U)
#define MMC_CONTEXT_READ_SINGLE_BLOCK   ((uint32_t)0x00000001U)

Read single block operation

Definition at line 327 of file stm32h7xx_hal_mmc.h.

Referenced by HAL_MMC_IRQHandler(), HAL_MMC_ReadBlocks(), HAL_MMC_ReadBlocks_DMA(), and HAL_MMC_ReadBlocks_IT().

#define MMC_CONTEXT_WRITE_MULTIPLE_BLOCK   ((uint32_t)0x00000020U)
#define MMC_CONTEXT_WRITE_SINGLE_BLOCK   ((uint32_t)0x00000010U)

Write single block operation

Definition at line 329 of file stm32h7xx_hal_mmc.h.

Referenced by HAL_MMC_IRQHandler(), HAL_MMC_WriteBlocks(), HAL_MMC_WriteBlocks_DMA(), and HAL_MMC_WriteBlocks_IT().