STM32H735xx HAL User Manual
|
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 MMC_CONTEXT_DMA ((uint32_t)0x00000080U) |
Process in DMA mode
Definition at line 332 of file stm32h7xx_hal_mmc.h.
Referenced by HAL_MMC_IRQHandler(), HAL_MMC_ReadBlocks_DMA(), HAL_MMC_WriteBlocks_DMA(), HAL_MMCEx_ReadBlocksDMAMultiBuffer(), and HAL_MMCEx_WriteBlocksDMAMultiBuffer().
#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) |
Read multiple blocks operation
Definition at line 328 of file stm32h7xx_hal_mmc.h.
Referenced by HAL_MMC_IRQHandler(), HAL_MMC_ReadBlocks(), HAL_MMC_ReadBlocks_DMA(), HAL_MMC_ReadBlocks_IT(), and HAL_MMCEx_ReadBlocksDMAMultiBuffer().
#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) |
Write multiple blocks operation
Definition at line 330 of file stm32h7xx_hal_mmc.h.
Referenced by HAL_MMC_IRQHandler(), HAL_MMC_WriteBlocks(), HAL_MMC_WriteBlocks_DMA(), HAL_MMC_WriteBlocks_IT(), and HAL_MMCEx_WriteBlocksDMAMultiBuffer().
#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().