STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
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 | ) |
#include <stm32f4xx_hal_mmc.h>
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 2416 of file stm32f4xx_hal_mmc.c.
References __HAL_MMC_CLEAR_FLAG, __HAL_MMC_DISABLE_IT, MMC_HandleTypeDef::Context, MMC_HandleTypeDef::ErrorCode, HAL_DMA_Abort(), HAL_ERROR, HAL_MMC_CARD_RECEIVING, HAL_MMC_CARD_SENDING, HAL_MMC_ERROR_DMA, HAL_MMC_ERROR_NONE, HAL_MMC_GetCardState(), HAL_MMC_STATE_READY, HAL_OK, MMC_HandleTypeDef::hdmarx, MMC_HandleTypeDef::hdmatx, MMC_HandleTypeDef::Instance, MMC_CONTEXT_NONE, and MMC_HandleTypeDef::State.
HAL_StatusTypeDef HAL_MMC_Abort_IT | ( | MMC_HandleTypeDef * | hmmc | ) |
#include <stm32f4xx_hal_mmc.h>
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 2473 of file stm32f4xx_hal_mmc.c.
References __HAL_MMC_CLEAR_FLAG, __HAL_MMC_DISABLE_IT, MMC_HandleTypeDef::ErrorCode, HAL_DMA_Abort_IT(), HAL_ERROR, HAL_MMC_AbortCallback(), HAL_MMC_CARD_RECEIVING, HAL_MMC_CARD_SENDING, HAL_MMC_ERROR_NONE, HAL_MMC_GetCardState(), HAL_MMC_STATE_READY, HAL_OK, MMC_HandleTypeDef::hdmarx, MMC_HandleTypeDef::hdmatx, MMC_HandleTypeDef::Instance, MMC_DMARxAbort(), MMC_DMATxAbort(), MMC_HandleTypeDef::State, and __DMA_HandleTypeDef::XferAbortCallback.