STM32H735xx HAL User Manual
Functions
Peripheral State and Errors functions
MMC Exported Functions

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.

Function Documentation

uint32_t HAL_MMC_GetError ( MMC_HandleTypeDef hmmc)

Return the MMC error code.

Parameters:
hmmc: Pointer to a MMC_HandleTypeDef structure that contains the configuration information.
Return values:
MMCError Code

Definition at line 1799 of file stm32h7xx_hal_mmc.c.

References __MMC_HandleTypeDef::ErrorCode.

return the MMC state

Parameters:
hmmc,:Pointer to mmc handle
Return values:
HALstate

Definition at line 1788 of file stm32h7xx_hal_mmc.c.

References __MMC_HandleTypeDef::State.