|
STM32L443xx HAL User Manual
|
Functions | |
| HAL_SD_StateTypeDef | HAL_SD_GetState (SD_HandleTypeDef *hsd) |
| return the SD state | |
| uint32_t | HAL_SD_GetError (SD_HandleTypeDef *hsd) |
| Return the SD error code. | |
| 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. |
| SD | Error Code |
Definition at line 2012 of file stm32l4xx_hal_sd.c.
References __SD_HandleTypeDef::ErrorCode.
return the SD state
| hsd | Pointer to sd handle |
| HAL | state |
Definition at line 2001 of file stm32l4xx_hal_sd.c.
References __SD_HandleTypeDef::State.
1.7.6.1