Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Espressif ESP32-P4 interrupt allocator

Devicetree interrupt source numbers for the Espressif ESP32-P4. More...

Files

file  esp-esp32p4-intmux.h
 Interrupt source definitions for Espressif ESP32-P4.

Detailed Description

Devicetree interrupt source numbers for the Espressif ESP32-P4.

Interrupt source numbers for the Espressif ESP32-P4, mapping peripheral interrupt sources to CLIC interrupt matrix indices, used with the espressif,esp32-intc compatible interrupt controller. An interrupt is described by three cells: the interrupt source, the priority and a flags cell. Source numbers follow the pattern <SIGNAL>_INTR_SOURCE; IRQ_DEFAULT_PRIORITY selects the default priority.

&uart0 {
interrupts = <UART0_INTR_SOURCE IRQ_DEFAULT_PRIORITY 0>;
};