|
STM32F439xx HAL User Manual
|
Modules | |
| MMC Error status enumeration Structure definition | |
| MMC context enumeration structure | |
| MMC Voltage mode | |
| MMC Memory Cards | |
Defines | |
| #define | BLOCKSIZE 512U |
| #define | CAPACITY 0x400000U |
| #define BLOCKSIZE 512U |
Block size is 512 bytes
Definition at line 271 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_ReadBlocks(), HAL_MMC_ReadBlocks_DMA(), HAL_MMC_ReadBlocks_IT(), HAL_MMC_WriteBlocks(), HAL_MMC_WriteBlocks_DMA(), HAL_MMC_WriteBlocks_IT(), HAL_SD_ReadBlocks(), HAL_SD_ReadBlocks_DMA(), HAL_SD_ReadBlocks_IT(), HAL_SD_WriteBlocks(), HAL_SD_WriteBlocks_DMA(), and HAL_SD_WriteBlocks_IT().
| #define CAPACITY 0x400000U |
Log Block Nuumber for 2 G bytes Cards
Definition at line 273 of file stm32f4xx_hal_mmc.h.
Referenced by HAL_MMC_Erase(), HAL_MMC_ReadBlocks(), HAL_MMC_ReadBlocks_DMA(), HAL_MMC_ReadBlocks_IT(), HAL_MMC_WriteBlocks(), HAL_MMC_WriteBlocks_DMA(), and HAL_MMC_WriteBlocks_IT().
1.7.6.1