Zephyr API Documentation
4.4.0-rc1
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
11
12
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C5_INTMUX_H_
13
#define ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C5_INTMUX_H_
14
15
#define WIFI_MAC_INTR_SOURCE 0
16
#define WIFI_MAC_NMI_SOURCE 1
17
#define WIFI_PWR_INTR_SOURCE 2
18
#define WIFI_BB_INTR_SOURCE 3
19
#define BT_MAC_INTR_SOURCE 4
20
#define BT_BB_INTR_SOURCE 5
21
#define BT_BB_NMI_SOURCE 6
22
#define LP_TIMER_INTR_SOURCE 7
23
#define COEX_INTR_SOURCE 8
24
#define BLE_TIMER_INTR_SOURCE 9
25
#define BLE_SEC_INTR_SOURCE 10
26
#define I2C_MASTER_SOURCE 11
27
#define ZB_MAC_SOURCE 12
28
#define PMU_INTR_SOURCE 13
29
#define EFUSE_INTR_SOURCE 14
30
#define LP_RTC_TIMER_INTR_SOURCE 15
31
#define LP_UART_INTR_SOURCE 16
32
#define LP_I2C_INTR_SOURCE 17
33
#define LP_WDT_INTR_SOURCE 18
34
#define LP_PERI_TIMEOUT_INTR_SOURCE 19
35
#define LP_APM_M0_INTR_SOURCE 20
36
#define LP_APM_M1_INTR_SOURCE 21
37
#define HUK_INTR_SOURCE 22
38
#define FROM_CPU_INTR0_SOURCE 23
39
#define FROM_CPU_INTR1_SOURCE 24
40
#define FROM_CPU_INTR2_SOURCE 25
41
#define FROM_CPU_INTR3_SOURCE 26
42
#define ASSIST_DEBUG_INTR_SOURCE 27
43
#define TRACE_INTR_SOURCE 28
44
#define CACHE_INTR_SOURCE 29
45
#define CPU_PERI_TIMEOUT_INTR_SOURCE 30
46
#define GPIO_INTR_SOURCE 31
47
#define GPIO_EXT_SOURCE 32
48
#define PAU_INTR_SOURCE 33
49
#define HP_PERI_TIMEOUT_INTR_SOURCE 34
50
#define MODEM_PERI_TIMEOUT_INTR_SOURCE 35
51
#define HP_APM_M0_INTR_SOURCE 36
52
#define HP_APM_M1_INTR_SOURCE 37
53
#define HP_APM_M2_INTR_SOURCE 38
54
#define HP_APM_M3_INTR_SOURCE 39
55
#define HP_APM_M4_INTR_SOURCE 40
56
#define LP_APM0_INTR_SOURCE 41
57
#define CPU_APM_M0_INTR_SOURCE 42
58
#define CPU_APM_M1_INTR_SOURCE 43
59
#define MSPI_INTR_SOURCE 44
60
#define I2S0_INTR_SOURCE 45
61
#define UHCI0_INTR_SOURCE 46
62
#define UART0_INTR_SOURCE 47
63
#define UART1_INTR_SOURCE 48
64
#define LEDC_INTR_SOURCE 49
65
#define TWAI0_INTR_SOURCE 50
66
#define TWAI0_TIMER_INTR_SOURCE 51
67
#define TWAI1_INTR_SOURCE 52
68
#define TWAI1_TIMER_INTR_SOURCE 53
69
#define USB_SERIAL_JTAG_INTR_SOURCE 54
70
#define RMT_INTR_SOURCE 55
71
#define I2C_EXT0_INTR_SOURCE 56
72
#define TG0_T0_LEVEL_INTR_SOURCE 57
73
#define TG0_WDT_LEVEL_INTR_SOURCE 58
74
#define TG1_T0_LEVEL_INTR_SOURCE 59
75
#define TG1_WDT_LEVEL_INTR_SOURCE 60
76
#define SYSTIMER_TARGET0_INTR_SOURCE 61
77
#define SYSTIMER_TARGET1_INTR_SOURCE 62
78
#define SYSTIMER_TARGET2_INTR_SOURCE 63
79
#define APB_ADC_INTR_SOURCE 64
80
#define MCPWM0_INTR_SOURCE 65
81
#define PCNT_INTR_SOURCE 66
82
#define PARL_IO_TX_INTR_SOURCE 67
83
#define PARL_IO_RX_INTR_SOURCE 68
84
#define SLC0_INTR_SOURCE 69
85
#define SLC1_INTR_SOURCE 70
86
#define DMA_IN_CH0_INTR_SOURCE 71
87
#define DMA_IN_CH1_INTR_SOURCE 72
88
#define DMA_IN_CH2_INTR_SOURCE 73
89
#define DMA_OUT_CH0_INTR_SOURCE 74
90
#define DMA_OUT_CH1_INTR_SOURCE 75
91
#define DMA_OUT_CH2_INTR_SOURCE 76
92
#define GSPI2_INTR_SOURCE 77
93
#define AES_INTR_SOURCE 78
94
#define SHA_INTR_SOURCE 79
95
#define RSA_INTR_SOURCE 80
96
#define ECC_INTR_SOURCE 81
97
#define ECDSA_INTR_SOURCE 82
98
#define KM_INTR_SOURCE 83
99
#define MAX_INTR_SOURCE 84
100
106
#define IRQ_DEFAULT_PRIORITY 0
107
108
#define ESP_INTR_FLAG_SHARED (1 << 8)
109
110
/* LP Core intmux */
111
#define LP_CORE_IO_INTR_SOURCE 0
112
#define LP_CORE_I2C_INTR_SOURCE 1
113
#define LP_CORE_UART_INTR_SOURCE 2
114
#define LP_CORE_TIMER_INTR_SOURCE 3
115
#define LP_CORE_PMU_INTR_SOURCE 5
116
117
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C5_INTMUX_H_ */
zephyr
dt-bindings
interrupt-controller
esp-esp32c5-intmux.h
Generated on
for Zephyr API Documentation by
1.16.1