STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
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. | |
HAL_SD_StateTypeDef HAL_SD_GetState | ( | SD_HandleTypeDef * | hsd | ) |
#include <stm32f4xx_hal_sd.h>
return the SD state
hsd | Pointer to sd handle |
HAL | state |
Definition at line 1736 of file stm32f4xx_hal_sd.c.
References SD_HandleTypeDef::State.
uint32_t HAL_SD_GetError | ( | SD_HandleTypeDef * | hsd | ) |
#include <stm32f4xx_hal_sd.h>
Return the SD error code.
hsd | : Pointer to a SD_HandleTypeDef structure that contains the configuration information. |
SD | Error Code |
Definition at line 1747 of file stm32f4xx_hal_sd.c.
References SD_HandleTypeDef::ErrorCode.