STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Peripheral State and Errors functions
Collaboration diagram for Peripheral State and Errors 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.
 

Detailed Description

Function Documentation

◆ HAL_MMC_GetState()

HAL_MMC_StateTypeDef HAL_MMC_GetState ( MMC_HandleTypeDef * hmmc)

#include <stm32f4xx_hal_mmc.h>

return the MMC state

Parameters
hmmcPointer to mmc handle
Return values
HALstate

Definition at line 1727 of file stm32f4xx_hal_mmc.c.

References MMC_HandleTypeDef::State.

◆ HAL_MMC_GetError()

uint32_t HAL_MMC_GetError ( MMC_HandleTypeDef * hmmc)

#include <stm32f4xx_hal_mmc.h>

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 1738 of file stm32f4xx_hal_mmc.c.

References MMC_HandleTypeDef::ErrorCode.