Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma.c226 … ((__VALUE__) == LL_DMA_LPDMA_LINEAR_NODE))
879 if (DMA_InitNodeStruct->NodeType != LL_DMA_LPDMA_LINEAR_NODE) in LL_DMA_CreateLinkNode()
943 if (DMA_InitNodeStruct->NodeType != LL_DMA_LPDMA_LINEAR_NODE) in LL_DMA_CreateLinkNode()
995 if (DMA_InitNodeStruct->NodeType == LL_DMA_LPDMA_LINEAR_NODE) in LL_DMA_CreateLinkNode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dma.h930 #define LL_DMA_LPDMA_LINEAR_NODE 0x00U /*!< LPDMA node : linear addressing node */ macro