|
STM32F439xx HAL User Manual
|
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). | |
| HAL_StatusTypeDef HAL_MMC_Abort | ( | MMC_HandleTypeDef * | hmmc | ) |
Abort the current transfer and disable the MMC.
| hmmc | pointer to a MMC_HandleTypeDef structure that contains the configuration information for MMC module. |
| HAL | status |
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 | ) |
Abort the current transfer and disable the MMC (IT mode).
| hmmc | pointer to a MMC_HandleTypeDef structure that contains the configuration information for MMC module. |
| HAL | status |
Definition at line 2135 of file stm32f4xx_hal_mmc.c.
References __HAL_MMC_CLEAR_FLAG, __HAL_MMC_DISABLE_IT, MMC_HandleTypeDef::ErrorCode, HAL_DMA_Abort_IT(), HAL_MMC_AbortCallback(), 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, MMC_DMARxAbort(), MMC_DMATxAbort(), MMC_HandleTypeDef::State, and __DMA_HandleTypeDef::XferAbortCallback.
1.7.6.1