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

UART_DMARxHalfCplt() function

DMA UART receive process half complete callback

Syntax

static void UART_DMARxHalfCplt(DMA_HandleTypeDef *hdma);
Implemented in stm32f4xx_hal_uart.c:3104

Arguments

hdma

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

Return value

None

References

LocationReferrerText
stm32f4xx_hal_uart.c:3104
static void UART_DMARxHalfCplt(DMA_HandleTypeDef *hdma)
stm32f4xx_hal_uart.c:293
static void UART_DMARxHalfCplt(DMA_HandleTypeDef *hdma);
stm32f4xx_hal_uart.c:3285UART_Start_Receive_DMA()
huart->hdmarx->XferHalfCpltCallback = UART_DMARxHalfCplt;

Call Tree

Functions called by UART_DMARxHalfCplt()
UART_DMARxHalfCplt()
Data read by UART_DMARxHalfCplt()
Data written by UART_DMARxHalfCplt()
UART_DMARxHalfCplt()
Implementations
UART_DMARxHalfCplt()
Type of UART_DMARxHalfCplt()
UART_DMARxHalfCplt()
all items filtered out