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

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

Files

file  esp32s2-xtensa-intmux.h
 Espressif ESP32-S2 interrupt source definitions for devicetree.

Detailed Description

Devicetree interrupt source numbers for the Espressif ESP32-S2.

Interrupt source numbers for the Espressif ESP32-S2 interrupt allocator, 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>;
};