STM32L443xx HAL User Manual
|
Defines | |
#define | CARD_SDSC ((uint32_t)0x00000000U) |
#define | CARD_SDHC_SDXC ((uint32_t)0x00000001U) |
#define | CARD_SECURED ((uint32_t)0x00000003U) |
#define CARD_SDHC_SDXC ((uint32_t)0x00000001U) |
SD High Capacity <32Go, SD Extended Capacity <2To
Definition at line 394 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_Erase(), HAL_SD_GetCardCSD(), HAL_SD_Init(), HAL_SD_ReadBlocks(), HAL_SD_ReadBlocks_DMA(), HAL_SD_ReadBlocks_IT(), HAL_SD_WriteBlocks(), HAL_SD_WriteBlocks_DMA(), HAL_SD_WriteBlocks_IT(), and SD_PowerON().
#define CARD_SDSC ((uint32_t)0x00000000U) |
SD Standard Capacity <2Go
Definition at line 393 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_GetCardCSD(), and SD_PowerON().
#define CARD_SECURED ((uint32_t)0x00000003U) |
Definition at line 395 of file stm32l4xx_hal_sd.h.
Referenced by HAL_SD_ConfigWideBusOperation(), HAL_SD_Erase(), HAL_SD_ReadBlocks(), HAL_SD_WriteBlocks(), and SD_InitCard().