HAL
USART_DMATxAbortCallback() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALUSART_DMATxAbortCallback()

USART_DMATxAbortCallback() function

DMA USART Tx communication abort callback, when initiated by user (To be called at end of DMA Tx Abort procedure following user abort request).

Syntax

static void USART_DMATxAbortCallback(DMA_HandleTypeDef *hdma);
Implemented in stm32f4xx_hal_usart.c:2411

Arguments

hdma

DMA handle.

Return value

None

Notes

When this callback is executed, User Abort complete call back is called only if no Abort still ongoing for Rx DMA Handle.

References

LocationReferrerText
stm32f4xx_hal_usart.c:2411
static void USART_DMATxAbortCallback(DMA_HandleTypeDef *hdma)
stm32f4xx_hal_usart.c:244
static void USART_DMATxAbortCallback(DMA_HandleTypeDef *hdma);
stm32f4xx_hal_usart.c:1679HAL_USART_Abort_IT()
husart->hdmatx->XferAbortCallback = USART_DMATxAbortCallback;

Call Tree

Functions called by USART_DMATxAbortCallback()
USART_DMATxAbortCallback()
all items filtered out
Implementations
USART_DMATxAbortCallback()
Type of USART_DMATxAbortCallback()
USART_DMATxAbortCallback()
all items filtered out