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

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

Files

file  esp-esp32c5-intmux.h
 ESP32-C5 interrupt multiplexer definitions for device tree bindings.

Detailed Description

Devicetree interrupt source numbers for the Espressif ESP32-C5.

Interrupt source numbers for the Espressif ESP32-C5 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>;
};