STM32L443xx 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)

Process in DMA mode

Definition at line 347 of file stm32l4xx_hal_mmc.h.

Referenced by HAL_MMC_IRQHandler(), HAL_MMC_ReadBlocks_DMA(), HAL_MMC_WriteBlocks_DMA(), and MMC_DMAReceiveCplt().

#define MMC_CONTEXT_IT   ((uint32_t)0x00000008U)

Process in Interrupt mode

Definition at line 346 of file stm32l4xx_hal_mmc.h.

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

#define MMC_CONTEXT_NONE   ((uint32_t)0x00000000U)
#define MMC_CONTEXT_READ_MULTIPLE_BLOCK   ((uint32_t)0x00000002U)

Read multiple blocks operation

Definition at line 343 of file stm32l4xx_hal_mmc.h.

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

#define MMC_CONTEXT_READ_SINGLE_BLOCK   ((uint32_t)0x00000001U)

Read single block operation

Definition at line 342 of file stm32l4xx_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)

Write multiple blocks operation

Definition at line 345 of file stm32l4xx_hal_mmc.h.

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

#define MMC_CONTEXT_WRITE_SINGLE_BLOCK   ((uint32_t)0x00000010U)

Write single block operation

Definition at line 344 of file stm32l4xx_hal_mmc.h.

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