Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
esp-esp32c5-intmux.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Espressif Systems (Shanghai) Co., Ltd.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C5_INTMUX_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C5_INTMUX_H_
15
33
35
36#define WIFI_MAC_INTR_SOURCE 0
37#define WIFI_MAC_NMI_SOURCE 1
38#define WIFI_PWR_INTR_SOURCE 2
39#define WIFI_BB_INTR_SOURCE 3
40#define BT_MAC_INTR_SOURCE 4
41#define BT_BB_INTR_SOURCE 5
42#define BT_BB_NMI_SOURCE 6
43#define LP_TIMER_INTR_SOURCE 7
44#define COEX_INTR_SOURCE 8
45#define BLE_TIMER_INTR_SOURCE 9
46#define BLE_SEC_INTR_SOURCE 10
47#define I2C_MASTER_SOURCE 11
48#define ZB_MAC_SOURCE 12
49#define PMU_INTR_SOURCE 13
50#define EFUSE_INTR_SOURCE 14
51#define LP_RTC_TIMER_INTR_SOURCE 15
52#define LP_UART_INTR_SOURCE 16
53#define LP_I2C_INTR_SOURCE 17
54#define LP_WDT_INTR_SOURCE 18
55#define LP_PERI_TIMEOUT_INTR_SOURCE 19
56#define LP_APM_M0_INTR_SOURCE 20
57#define LP_APM_M1_INTR_SOURCE 21
58#define HUK_INTR_SOURCE 22
59#define FROM_CPU_INTR0_SOURCE 23
60#define FROM_CPU_INTR1_SOURCE 24
61#define FROM_CPU_INTR2_SOURCE 25
62#define FROM_CPU_INTR3_SOURCE 26
63#define ASSIST_DEBUG_INTR_SOURCE 27
64#define TRACE_INTR_SOURCE 28
65#define CACHE_INTR_SOURCE 29
66#define CPU_PERI_TIMEOUT_INTR_SOURCE 30
67#define GPIO_INTR_SOURCE 31
68#define GPIO_EXT_SOURCE 32
69#define PAU_INTR_SOURCE 33
70#define HP_PERI_TIMEOUT_INTR_SOURCE 34
71#define MODEM_PERI_TIMEOUT_INTR_SOURCE 35
72#define HP_APM_M0_INTR_SOURCE 36
73#define HP_APM_M1_INTR_SOURCE 37
74#define HP_APM_M2_INTR_SOURCE 38
75#define HP_APM_M3_INTR_SOURCE 39
76#define HP_APM_M4_INTR_SOURCE 40
77#define LP_APM0_INTR_SOURCE 41
78#define CPU_APM_M0_INTR_SOURCE 42
79#define CPU_APM_M1_INTR_SOURCE 43
80#define MSPI_INTR_SOURCE 44
81#define I2S0_INTR_SOURCE 45
82#define UHCI0_INTR_SOURCE 46
83#define UART0_INTR_SOURCE 47
84#define UART1_INTR_SOURCE 48
85#define LEDC_INTR_SOURCE 49
86#define TWAI0_INTR_SOURCE 50
87#define TWAI0_TIMER_INTR_SOURCE 51
88#define TWAI1_INTR_SOURCE 52
89#define TWAI1_TIMER_INTR_SOURCE 53
90#define USB_SERIAL_JTAG_INTR_SOURCE 54
91#define RMT_INTR_SOURCE 55
92#define I2C_EXT0_INTR_SOURCE 56
93#define TG0_T0_LEVEL_INTR_SOURCE 57
94#define TG0_WDT_LEVEL_INTR_SOURCE 58
95#define TG1_T0_LEVEL_INTR_SOURCE 59
96#define TG1_WDT_LEVEL_INTR_SOURCE 60
97#define SYSTIMER_TARGET0_INTR_SOURCE 61
98#define SYSTIMER_TARGET1_INTR_SOURCE 62
99#define SYSTIMER_TARGET2_INTR_SOURCE 63
100#define APB_ADC_INTR_SOURCE 64
101#define MCPWM0_INTR_SOURCE 65
102#define PCNT_INTR_SOURCE 66
103#define PARL_IO_TX_INTR_SOURCE 67
104#define PARL_IO_RX_INTR_SOURCE 68
105#define SLC0_INTR_SOURCE 69
106#define SLC1_INTR_SOURCE 70
107#define DMA_IN_CH0_INTR_SOURCE 71
108#define DMA_IN_CH1_INTR_SOURCE 72
109#define DMA_IN_CH2_INTR_SOURCE 73
110#define DMA_OUT_CH0_INTR_SOURCE 74
111#define DMA_OUT_CH1_INTR_SOURCE 75
112#define DMA_OUT_CH2_INTR_SOURCE 76
113#define GSPI2_INTR_SOURCE 77
114#define AES_INTR_SOURCE 78
115#define SHA_INTR_SOURCE 79
116#define RSA_INTR_SOURCE 80
117#define ECC_INTR_SOURCE 81
118#define ECDSA_INTR_SOURCE 82
119#define KM_INTR_SOURCE 83
120#define MAX_INTR_SOURCE 84
121
127#define IRQ_DEFAULT_PRIORITY 0
128
129#define ESP_INTR_FLAG_SHARED (1 << 8)
130
131/* LP Core intmux */
132#define LP_CORE_IO_INTR_SOURCE 0
133#define LP_CORE_I2C_INTR_SOURCE 1
134#define LP_CORE_UART_INTR_SOURCE 2
135#define LP_CORE_TIMER_INTR_SOURCE 3
136#define LP_CORE_PMU_INTR_SOURCE 5
137
139
141
142#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C5_INTMUX_H_ */