STM32H735xx HAL User Manual
|
Defines | |
#define | MMC_LOW_CAPACITY_CARD ((uint32_t)0x00000000U) |
#define | MMC_HIGH_CAPACITY_CARD ((uint32_t)0x00000001U) |
#define MMC_HIGH_CAPACITY_CARD ((uint32_t)0x00000001U) |
MMC Card Capacity >2Gbytes and <2Tbytes
Definition at line 359 of file stm32h7xx_hal_mmc.h.
Referenced by HAL_MMC_Erase(), HAL_MMC_EraseSequence(), 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(), HAL_MMCEx_ReadBlocksDMAMultiBuffer(), HAL_MMCEx_WriteBlocksDMAMultiBuffer(), and MMC_PowerON().
#define MMC_LOW_CAPACITY_CARD ((uint32_t)0x00000000U) |
MMC Card Capacity <=2Gbytes
Definition at line 358 of file stm32h7xx_hal_mmc.h.
Referenced by HAL_MMC_GetCardCSD(), and MMC_PowerON().