Home
last modified time | relevance | path

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

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_LPUART.h143 DMA_HandleTypeDef *dma_tx_handler; member
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_LPUART.h143 DMA_HandleTypeDef *dma_tx_handler; member
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_LPUART.c420 …HAL_DMA_Start_IT(hlpuart->dma_tx_handler, (uint32_t)buff, (uint32_t)&hlpuart->Instance->TXDR, leng… in HAL_LPUART_DMA_Send_Bytes()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_LPUART.c435 …HAL_DMA_Start_IT(hlpuart->dma_tx_handler, (uint32_t)buff, (uint32_t)&hlpuart->Instance->TXDR, leng… in HAL_LPUART_DMA_Send_Bytes()

Completed in 9 milliseconds