STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | MMC_CONTEXT_NONE 0x00000000U |
#define | MMC_CONTEXT_READ_SINGLE_BLOCK 0x00000001U |
#define | MMC_CONTEXT_READ_MULTIPLE_BLOCK 0x00000002U |
#define | MMC_CONTEXT_WRITE_SINGLE_BLOCK 0x00000010U |
#define | MMC_CONTEXT_WRITE_MULTIPLE_BLOCK 0x00000020U |
#define | MMC_CONTEXT_IT 0x00000008U |
#define | MMC_CONTEXT_DMA 0x00000080U |
#define MMC_CONTEXT_NONE 0x00000000U |
#include <stm32f4xx_hal_mmc.h>
None
Definition at line 320 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_Abort(), and HAL_MMC_Init().
#define MMC_CONTEXT_READ_SINGLE_BLOCK 0x00000001U |
#include <stm32f4xx_hal_mmc.h>
Read single block operation
Definition at line 321 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_IRQHandler(), HAL_MMC_ReadBlocks(), HAL_MMC_ReadBlocks_DMA(), and HAL_MMC_ReadBlocks_IT().
#define MMC_CONTEXT_READ_MULTIPLE_BLOCK 0x00000002U |
#include <stm32f4xx_hal_mmc.h>
Read multiple blocks operation
Definition at line 322 of file stm32f4xx_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_WRITE_SINGLE_BLOCK 0x00000010U |
#include <stm32f4xx_hal_mmc.h>
Write single block operation
Definition at line 323 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_WriteBlocks(), HAL_MMC_WriteBlocks_DMA(), and HAL_MMC_WriteBlocks_IT().
#define MMC_CONTEXT_WRITE_MULTIPLE_BLOCK 0x00000020U |
#include <stm32f4xx_hal_mmc.h>
Write multiple blocks operation
Definition at line 324 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_IRQHandler(), HAL_MMC_WriteBlocks(), HAL_MMC_WriteBlocks_DMA(), and HAL_MMC_WriteBlocks_IT().
#define MMC_CONTEXT_IT 0x00000008U |
#include <stm32f4xx_hal_mmc.h>
Process in Interrupt mode
Definition at line 325 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_IRQHandler(), HAL_MMC_ReadBlocks_IT(), and HAL_MMC_WriteBlocks_IT().
#define MMC_CONTEXT_DMA 0x00000080U |
#include <stm32f4xx_hal_mmc.h>
Process in DMA mode
Definition at line 326 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_IRQHandler(), HAL_MMC_ReadBlocks_DMA(), HAL_MMC_WriteBlocks_DMA(), and MMC_DMAReceiveCplt().