The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_DMA_0_IRQ_PRI

IRQ Priority for DMA Controller 0

Type: int

Help

IRQ Priority for the DMA Controller.

Direct dependencies

DMA

(Includes any dependencies from ifs and menus.)

Default

  • 3

Kconfig definition

At drivers/dma/Kconfig:19

Included via Kconfig:8Kconfig.zephyr:32drivers/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.)