|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| HAL_SD_StateTypeDef | HAL_SD_GetState (SD_HandleTypeDef *hsd) |
| return the SD state More... | |
| uint32_t | HAL_SD_GetError (SD_HandleTypeDef *hsd) |
| Return the SD error code. More... | |
| 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 2056 of file stm32l4xx_hal_sd.c.
| HAL_SD_StateTypeDef HAL_SD_GetState | ( | SD_HandleTypeDef * | hsd | ) |
return the SD state
| hsd | Pointer to sd handle |
| HAL | state |
Definition at line 2045 of file stm32l4xx_hal_sd.c.