Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_swpmi.c217 static void SWPMI_DMAReceiveCplt(DMA_HandleTypeDef *hdma);
1130 hswpmi->hdmarx->XferCpltCallback = SWPMI_DMAReceiveCplt; in HAL_SWPMI_Receive_DMA()
1823 static void SWPMI_DMAReceiveCplt(DMA_HandleTypeDef *hdma) in SWPMI_DMAReceiveCplt() function