Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/dma/
Dstm32_dma.h53 #define STM32_DMA_CH_CFG_PRIORITY(val) ((val & 0x3) << 16) macro
54 #define STM32_DMA_PRIORITY_LOW STM32_DMA_CH_CFG_PRIORITY(0)
55 #define STM32_DMA_PRIORITY_MEDIUM STM32_DMA_CH_CFG_PRIORITY(1)
56 #define STM32_DMA_PRIORITY_HIGH STM32_DMA_CH_CFG_PRIORITY(2)
57 #define STM32_DMA_PRIORITY_VERY_HIGH STM32_DMA_CH_CFG_PRIORITY(3)