|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for Perioheral Abort management:Functions | |
| HAL_StatusTypeDef | HAL_SD_Abort (SD_HandleTypeDef *hsd) |
| Abort the current transfer and disable the SD. More... | |
| HAL_StatusTypeDef | HAL_SD_Abort_IT (SD_HandleTypeDef *hsd) |
| Abort the current transfer and disable the SD (IT mode). More... | |
| HAL_StatusTypeDef HAL_SD_Abort | ( | SD_HandleTypeDef * | hsd | ) |
Abort the current transfer and disable the SD.
| hsd | pointer to a SD_HandleTypeDef structure that contains the configuration information for SD module. |
| HAL | status |
Definition at line 2350 of file stm32f4xx_hal_sd.c.
| HAL_StatusTypeDef HAL_SD_Abort_IT | ( | SD_HandleTypeDef * | hsd | ) |
Abort the current transfer and disable the SD (IT mode).
| hsd | pointer to a SD_HandleTypeDef structure that contains the configuration information for SD module. |
| HAL | status |
Definition at line 2414 of file stm32f4xx_hal_sd.c.