-
CONFIG_DMA_0_IRQ_PRI
¶
IRQ Priority for DMA Controller 0
Type: int
Help¶
IRQ Priority for the DMA Controller.
Default¶
3
Kconfig definition¶
At <Zephyr>/drivers/dma/Kconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:66
Menu path: (Top) → Device Drivers → DMA driver Configuration
config DMA_0_IRQ_PRI
int "IRQ Priority for DMA Controller 0"
default 3
depends on DMA
help
IRQ Priority for the DMA Controller.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)