Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_stm32.c193 uint32_t *ll_direction) in dma_stm32_get_direction() argument
197 *ll_direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in dma_stm32_get_direction()
200 *ll_direction = LL_DMA_DIRECTION_MEMORY_TO_PERIPH; in dma_stm32_get_direction()
203 *ll_direction = LL_DMA_DIRECTION_PERIPH_TO_MEMORY; in dma_stm32_get_direction()
Ddma_stm32_bdma.c383 uint32_t *ll_direction) in bdma_stm32_get_direction() argument
387 *ll_direction = LL_BDMA_DIRECTION_MEMORY_TO_MEMORY; in bdma_stm32_get_direction()
390 *ll_direction = LL_BDMA_DIRECTION_MEMORY_TO_PERIPH; in bdma_stm32_get_direction()
393 *ll_direction = LL_BDMA_DIRECTION_PERIPH_TO_MEMORY; in bdma_stm32_get_direction()
Ddma_stm32u5.c305 uint32_t *ll_direction) in dma_stm32_get_direction() argument
309 *ll_direction = LL_DMA_DIRECTION_MEMORY_TO_MEMORY; in dma_stm32_get_direction()
312 *ll_direction = LL_DMA_DIRECTION_MEMORY_TO_PERIPH; in dma_stm32_get_direction()
315 *ll_direction = LL_DMA_DIRECTION_PERIPH_TO_MEMORY; in dma_stm32_get_direction()