STM32H735xx 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 2693 of file stm32h7xx_hal_mmc.c.
References __HAL_MMC_CLEAR_FLAG, __HAL_MMC_DISABLE_IT, __MMC_HandleTypeDef::Context, __MMC_HandleTypeDef::ErrorCode, HAL_MMC_CARD_RECEIVING, HAL_MMC_CARD_SENDING, HAL_MMC_ERROR_NONE, HAL_MMC_GetCardState(), HAL_MMC_STATE_READY, __MMC_HandleTypeDef::Instance, MMC_CONTEXT_NONE, 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 2730 of file stm32h7xx_hal_mmc.c.
References __HAL_MMC_CLEAR_FLAG, __HAL_MMC_DISABLE_IT, __MMC_HandleTypeDef::AbortCpltCallback, __MMC_HandleTypeDef::ErrorCode, HAL_MMC_AbortCallback(), HAL_MMC_CARD_RECEIVING, HAL_MMC_CARD_SENDING, HAL_MMC_ERROR_NONE, HAL_MMC_GetCardState(), HAL_MMC_STATE_READY, __MMC_HandleTypeDef::Instance, and __MMC_HandleTypeDef::State.