Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_uart.c182 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
1038 huart->hdmarx->XferCpltCallback = UART_DMAReceiveCplt; in HAL_UART_Receive_DMA()
1597 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in UART_DMAReceiveCplt() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart.c137 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
1053 huart->hdmarx->XferCpltCallback = UART_DMAReceiveCplt; in HAL_UART_Receive_DMA()
2530 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in UART_DMAReceiveCplt() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c229 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
1484 huart->hdmarx->XferCpltCallback = UART_DMAReceiveCplt; in HAL_UART_Receive_DMA()
3347 static void UART_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in UART_DMAReceiveCplt() function