STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | MMC_LOW_CAPACITY_CARD 0x00000000U |
#define | MMC_HIGH_CAPACITY_CARD 0x00000001U |
#define MMC_LOW_CAPACITY_CARD 0x00000000U |
#include <stm32f4xx_hal_mmc.h>
MMC Card Capacity <=2Gbytes
Definition at line 352 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_GetCardCSD(), and MMC_PowerON().
#define MMC_HIGH_CAPACITY_CARD 0x00000001U |
#include <stm32f4xx_hal_mmc.h>
MMC Card Capacity >2Gbytes and <2Tbytes
Definition at line 353 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_Erase(), HAL_MMC_GetCardCSD(), HAL_MMC_ReadBlocks(), HAL_MMC_ReadBlocks_DMA(), HAL_MMC_ReadBlocks_IT(), HAL_MMC_WriteBlocks(), HAL_MMC_WriteBlocks_DMA(), HAL_MMC_WriteBlocks_IT(), and MMC_PowerON().