Returns information the information of the card which are stored
on the CSD register.
hsd: Pointer to SD handle
pCSD: Pointer to a HAL_SD_CardCSDTypeDef structure
that contains all CSD register parameters
HAL_SD_GetCardStatus
HAL_StatusTypeDef HAL_SD_GetCardStatus
(SD_HandleTypeDef * hsd, HAL_SD_CardStatusTypeDef *
pStatus)
hsd: Pointer to SD handle
pStatus: Pointer to the HAL_SD_CardStatusTypeDef
structure that will contain the SD card status information
HAL_SD_GetCardInfo
HAL_StatusTypeDef HAL_SD_GetCardInfo
(SD_HandleTypeDef * hsd, HAL_SD_CardInfoTypeDef *
pCardInfo)
hsd: Pointer to SD handle
pCardInfo: Pointer to the HAL_SD_CardInfoTypeDef
structure that will contain the SD card status information
HAL_SD_GetState
HAL_SD_StateTypeDef HAL_SD_GetState
(SD_HandleTypeDef * hsd)
hsd: Pointer to sd handle
HAL_SD_GetError
uint32_t HAL_SD_GetError (SD_HandleTypeDef * hsd)
Return the SD error code.
hsd: : Pointer to a SD_HandleTypeDef structure that
contains the configuration information.