STM32F4xx_HAL_Driver  1.8.3
Perioheral Abort management
+ 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...
 

Detailed Description

Function Documentation

◆ HAL_SD_Abort()

HAL_StatusTypeDef HAL_SD_Abort ( SD_HandleTypeDef hsd)

Abort the current transfer and disable the SD.

Parameters
hsdpointer to a SD_HandleTypeDef structure that contains the configuration information for SD module.
Return values
HALstatus

Definition at line 2350 of file stm32f4xx_hal_sd.c.

◆ HAL_SD_Abort_IT()

HAL_StatusTypeDef HAL_SD_Abort_IT ( SD_HandleTypeDef hsd)

Abort the current transfer and disable the SD (IT mode).

Parameters
hsdpointer to a SD_HandleTypeDef structure that contains the configuration information for SD module.
Return values
HALstatus

Definition at line 2414 of file stm32f4xx_hal_sd.c.