STM32F439xx HAL User Manual
Functions
Perioheral Abort management
MMC Exported Functions

Functions

HAL_StatusTypeDef HAL_MMC_Abort (MMC_HandleTypeDef *hmmc)
 Abort the current transfer and disable the MMC.
HAL_StatusTypeDef HAL_MMC_Abort_IT (MMC_HandleTypeDef *hmmc)
 Abort the current transfer and disable the MMC (IT mode).

Function Documentation

HAL_StatusTypeDef HAL_MMC_Abort ( MMC_HandleTypeDef hmmc)

Abort the current transfer and disable the MMC.

Parameters:
hmmcpointer to a MMC_HandleTypeDef structure that contains the configuration information for MMC module.
Return values:
HALstatus

Definition at line 2088 of file stm32f4xx_hal_mmc.c.

References __HAL_MMC_CLEAR_FLAG, __HAL_MMC_DISABLE_IT, MMC_HandleTypeDef::ErrorCode, HAL_DMA_Abort(), HAL_MMC_CARD_RECEIVING, HAL_MMC_CARD_SENDING, HAL_MMC_ERROR_NONE, HAL_MMC_GetCardState(), HAL_MMC_STATE_READY, MMC_HandleTypeDef::hdmarx, MMC_HandleTypeDef::hdmatx, MMC_HandleTypeDef::Instance, and MMC_HandleTypeDef::State.

HAL_StatusTypeDef HAL_MMC_Abort_IT ( MMC_HandleTypeDef hmmc)