Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dma.c115 #define IS_LL_DMA_MODE(__VALUE__) (((__VALUE__) == LL_DMA_NORMAL) || \
620 DMA_InitStruct->Mode = LL_DMA_NORMAL; in LL_DMA_StructInit()
780 DMA_InitNodeStruct->Mode = LL_DMA_NORMAL; in LL_DMA_NodeStructInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dma.c152 #define IS_LL_DMA_MODE(__VALUE__) (((__VALUE__) == LL_DMA_NORMAL) || \
663 DMA_InitStruct->Mode = LL_DMA_NORMAL; in LL_DMA_StructInit()
835 DMA_InitNodeStruct->Mode = LL_DMA_NORMAL; in LL_DMA_NodeStructInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dma.c152 #define IS_LL_DMA_MODE(__VALUE__) (((__VALUE__) == LL_DMA_NORMAL) || \
699 DMA_InitStruct->Mode = LL_DMA_NORMAL; in LL_DMA_StructInit()
877 DMA_InitNodeStruct->Mode = LL_DMA_NORMAL; in LL_DMA_NodeStructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dma.h838 #define LL_DMA_NORMAL 0x00000000U /*!< Normal DMA transfer */ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_dma.h859 #define LL_DMA_NORMAL 0x00000000U /*!< Normal DMA transfer */ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_dma.h883 #define LL_DMA_NORMAL 0x00000000U /*!< Normal DMA transfer */ macro