Home
last modified time | relevance | path

Searched refs:UART_DMAReceiveCplt (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_uart.c203 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
3450 huart->hdmarx->XferCpltCallback = UART_DMAReceiveCplt; in UART_Start_Receive_DMA()
3626 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in UART_DMAReceiveCplt() function
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_uart.c207 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
3479 huart->hdmarx->XferCpltCallback = UART_DMAReceiveCplt; in UART_Start_Receive_DMA()
3619 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in UART_DMAReceiveCplt() function
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_uart.c203 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
3518 huart->hdmarx->XferCpltCallback = UART_DMAReceiveCplt; in UART_Start_Receive_DMA()
3690 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in UART_DMAReceiveCplt() function