STM32F4xx_HAL_Driver  1.8.3
Peripheral Abort management
+ Collaboration diagram for Peripheral Abort management:

Functions

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

Detailed Description

Function Documentation

◆ HAL_MMC_Abort()

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

◆ HAL_MMC_Abort_IT()

HAL_StatusTypeDef HAL_MMC_Abort_IT ( MMC_HandleTypeDef hmmc)

Abort the current transfer and disable the MMC (IT mode).

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

Definition at line 2473 of file stm32f4xx_hal_mmc.c.