|
STM32L443xx HAL User Manual
|
Functions | |
| HAL_MMC_StateTypeDef | HAL_MMC_GetState (MMC_HandleTypeDef *hmmc) |
| return the MMC state | |
| uint32_t | HAL_MMC_GetError (MMC_HandleTypeDef *hmmc) |
| Return the MMC error code. | |
| uint32_t HAL_MMC_GetError | ( | MMC_HandleTypeDef * | hmmc | ) |
Return the MMC error code.
| hmmc | : Pointer to a MMC_HandleTypeDef structure that contains the configuration information. |
| MMC | Error Code |
Definition at line 1965 of file stm32l4xx_hal_mmc.c.
References __MMC_HandleTypeDef::ErrorCode.
return the MMC state
| hmmc | Pointer to mmc handle |
| HAL | state |
Definition at line 1954 of file stm32l4xx_hal_mmc.c.
References __MMC_HandleTypeDef::State.
1.7.6.1