HAL
UART_DMARxAbortCallback() is only used within HAL.
 
Symbols
loading...
Files
loading...

UART_DMARxAbortCallback() function

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

Syntax

static void UART_DMARxAbortCallback(DMA_HandleTypeDef *hdma);
Implemented in stm32f4xx_hal_uart.c:3429

Arguments

hdma

Pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.

Return value

None

Notes

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

References

LocationReferrerText
stm32f4xx_hal_uart.c:3429
static void UART_DMARxAbortCallback(DMA_HandleTypeDef *hdma)
stm32f4xx_hal_uart.c:297
static void UART_DMARxAbortCallback(DMA_HandleTypeDef *hdma);
stm32f4xx_hal_uart.c:2097HAL_UART_Abort_IT()
huart->hdmarx->XferAbortCallback = UART_DMARxAbortCallback;

Call Tree

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