41.2.5 Detailed description of functions
HAL_SD_Init
HAL_StatusTypeDef HAL_SD_Init (SD_HandleTypeDef * hsd)
Initializes the SD according to the specified parameters in the
SD_HandleTypeDef and create the associated handle.
hsd: Pointer to the SD handle
HAL_SD_InitCard
HAL_StatusTypeDef HAL_SD_InitCard (SD_HandleTypeDef *
hsd)
hsd: Pointer to SD handle
This function initializes the SD card. It could be used when a
card re-initialization is needed.
HAL_SD_DeInit
HAL_StatusTypeDef HAL_SD_DeInit (SD_HandleTypeDef *
hsd)
De-Initializes the SD card.
hsd: Pointer to SD handle
HAL_SD_MspInit
void HAL_SD_MspInit (SD_HandleTypeDef * hsd)
hsd: Pointer to SD handle
HAL_SD_MspDeInit
void HAL_SD_MspDeInit (SD_HandleTypeDef * hsd)
hsd: Pointer to SD handle
HAL_SD_ReadBlocks
HAL_StatusTypeDef HAL_SD_ReadBlocks
(SD_HandleTypeDef * hsd, uint8_t * pData, uint32_t BlockAdd,