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