Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
▼
Zephyr API Documentation
►
Introduction
Deprecated List
►
Topics
►
Data Structures
▼
Files
▼
File List
►
doc
►
kernel
►
lib
►
subsys
▼
zephyr
►
acpi
►
app_memory
►
arch
►
audio
►
bluetooth
►
canbus
►
console
►
crypto
►
data
►
debug
►
devicetree
►
dfu
►
display
►
drivers
►
dsp
▼
dt-bindings
►
acpi
►
adc
►
battery
►
clock
►
comparator
►
dac
►
dai
►
display
►
dma
►
espi
►
ethernet
►
flash_controller
►
gnss
►
gpio
►
i2c
►
input
►
inputmux
▼
interrupt-controller
►
arm-gic.h
►
esp-esp32c2-intmux.h
►
esp-esp32c3-intmux.h
►
esp-esp32c6-intmux.h
►
esp-xtensa-intmux.h
►
esp32s2-xtensa-intmux.h
►
esp32s3-xtensa-intmux.h
►
infineon-xmc4xxx-intc.h
►
intel-ioapic.h
►
it8xxx2-wuc.h
►
ite-intc.h
►
ite-it51xxx-intc.h
►
ite-it51xxx-wuc.h
►
mchp-xec-ecia.h
►
openisa-intmux.h
►
ti-vim.h
►
ipc_service
►
led
►
lora
►
lvgl
►
memory-attr
►
memory-controller
►
mfd
►
mipi_dbi
►
mipi_dsi
►
misc
►
pcie
►
pinctrl
►
power
►
pwm
►
qspi
►
rdc
►
regulator
►
reserved-memory
►
reset
►
sensor
►
spi
►
timer
►
usb
►
usb-c
►
video
dt-util.h
►
fs
►
input
►
internal
►
ipc
►
kernel
►
linker
►
llext
►
logging
►
lorawan
►
math
►
mem_mgmt
►
mgmt
►
misc
►
modbus
►
modem
►
multi_heap
►
net
►
platform
►
pm
►
pmci
►
portability
►
posix
►
psa
►
random
►
retention
►
rtio
►
sd
►
sensing
►
settings
►
shell
►
sip_svc
►
stats
►
storage
►
sys
►
task_wdt
►
timing
►
toolchain
►
tracing
►
usb
►
usb_c
►
xen
►
zbus
►
zvfs
►
bindesc.h
►
cache.h
►
device.h
►
devicetree.h
►
fatal.h
►
fatal_types.h
►
init.h
►
irq.h
►
irq_multilevel.h
►
irq_nextlevel.h
►
irq_offload.h
►
kernel.h
kernel_includes.h
►
kernel_structs.h
►
kernel_version.h
►
net_buf.h
►
shared_irq.h
►
smf.h
►
spinlock.h
►
sw_isr_table.h
►
sys_clock.h
►
syscall.h
►
toolchain.h
types.h
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
esp-xtensa-intmux.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_XTENSA_INTMUX_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_XTENSA_INTMUX_H_
9
10
#define WIFI_MAC_INTR_SOURCE 0
/* WiFi MAC, level */
11
#define WIFI_MAC_NMI_SOURCE 1
/* WiFi MAC, NMI, use if MAC needs fix in NMI */
12
#define WIFI_BB_INTR_SOURCE 2
/* WiFi BB, level, we can do some calibration */
13
#define BT_MAC_INTR_SOURCE 3
/* will be cancelled */
14
#define BT_BB_INTR_SOURCE 4
/* BB, level */
15
#define BT_BB_NMI_SOURCE 5
/* BT BB, NMI, use if BB have bug to fix in NMI */
16
#define RWBT_INTR_SOURCE 6
/* RWBT, level */
17
#define RWBLE_INTR_SOURCE 7
/* RWBLE, level */
18
#define RWBT_NMI_SOURCE 8
/* RWBT, NMI, use if RWBT has bug to fix in NMI */
19
#define RWBLE_NMI_SOURCE 9
/* RWBLE, NMI, use if RWBT has bug to fix in NMI */
20
#define SLC0_INTR_SOURCE 10
/* SLC0, level */
21
#define SLC1_INTR_SOURCE 11
/* SLC1, level */
22
#define UHCI0_INTR_SOURCE 12
/* UHCI0, level */
23
#define UHCI1_INTR_SOURCE 13
/* UHCI1, level */
24
#define TG0_T0_LEVEL_INTR_SOURCE 14
/* TIMER_GROUP0, TIMER0, level */
25
#define TG0_T1_LEVEL_INTR_SOURCE 15
/* TIMER_GROUP0, TIMER1, level */
26
#define TG0_WDT_LEVEL_INTR_SOURCE 16
/* TIMER_GROUP0, WATCHDOG, level */
27
#define TG0_LACT_LEVEL_INTR_SOURCE 17
/* TIMER_GROUP0, LACT, level */
28
#define TG1_T0_LEVEL_INTR_SOURCE 18
/* TIMER_GROUP1, TIMER0, level */
29
#define TG1_T1_LEVEL_INTR_SOURCE 19
/* TIMER_GROUP1, TIMER1, level */
30
#define TG1_WDT_LEVEL_INTR_SOURCE 20
/* TIMER_GROUP1, WATCHDOG, level */
31
#define TG1_LACT_LEVEL_INTR_SOURCE 21
/* TIMER_GROUP1, LACT, level */
32
#define GPIO_INTR_SOURCE 22
/* interrupt of GPIO, level */
33
#define GPIO_NMI_SOURCE 23
/* interrupt of GPIO, NMI */
34
#define FROM_CPU_INTR0_SOURCE 24
/* int0 from a CPU, level */
35
#define FROM_CPU_INTR1_SOURCE 25
/* int1 from a CPU, level */
36
#define FROM_CPU_INTR2_SOURCE 26
/* int2 from a CPU, level, for DPORT Access */
37
#define FROM_CPU_INTR3_SOURCE 27
/* int3 from a CPU, level, for DPORT Access */
38
#define SPI0_INTR_SOURCE 28
/* SPI0, level, for $ Access, do not use this */
39
#define SPI1_INTR_SOURCE 29
/* SPI1, level, flash r/w, do not use this */
40
#define SPI2_INTR_SOURCE 30
/* SPI2, level */
41
#define SPI3_INTR_SOURCE 31
/* SPI3, level */
42
#define I2S0_INTR_SOURCE 32
/* I2S0, level */
43
#define I2S1_INTR_SOURCE 33
/* I2S1, level */
44
#define UART0_INTR_SOURCE 34
/* UART0, level */
45
#define UART1_INTR_SOURCE 35
/* UART1, level */
46
#define UART2_INTR_SOURCE 36
/* UART2, level */
47
#define SDIO_HOST_INTR_SOURCE 37
/* SD/SDIO/MMC HOST, level */
48
#define ETH_MAC_INTR_SOURCE 38
/* ethernet mac, level */
49
#define PWM0_INTR_SOURCE 39
/* PWM0, level, Reserved */
50
#define PWM1_INTR_SOURCE 40
/* PWM1, level, Reserved */
51
#define PWM2_INTR_SOURCE 41
/* PWM2, level */
52
#define PWM3_INTR_SOURCE 42
/* PWM3, level */
53
#define LEDC_INTR_SOURCE 43
/* LED PWM, level */
54
#define EFUSE_INTR_SOURCE 44
/* efuse, level, not likely to use */
55
#define TWAI_INTR_SOURCE 45
/* twai, level */
56
#define CAN_INTR_SOURCE TWAI_INTR_SOURCE
57
#define RTC_CORE_INTR_SOURCE 46
/* rtc core, level, include rtc watchdog */
58
#define RMT_INTR_SOURCE 47
/* remote controller, level */
59
#define PCNT_INTR_SOURCE 48
/* pulse count, level */
60
#define I2C_EXT0_INTR_SOURCE 49
/* I2C controller1, level */
61
#define I2C_EXT1_INTR_SOURCE 50
/* I2C controller0, level */
62
#define RSA_INTR_SOURCE 51
/* RSA accelerator, level */
63
#define SPI1_DMA_INTR_SOURCE 52
/* SPI1 DMA, for flash r/w, do not use it */
64
#define SPI2_DMA_INTR_SOURCE 53
/* SPI2 DMA, level */
65
#define SPI3_DMA_INTR_SOURCE 54
/* interrupt of SPI3 DMA, level */
66
#define WDT_INTR_SOURCE 55
/* will be cancelled */
67
#define TIMER1_INTR_SOURCE 56
/* will be cancelled */
68
#define TIMER2_INTR_SOURCE 57
/* will be cancelled */
69
#define TG0_T0_EDGE_INTR_SOURCE 58
/* TIMER_GROUP0, TIMER0, EDGE */
70
#define TG0_T1_EDGE_INTR_SOURCE 59
/* TIMER_GROUP0, TIMER1, EDGE */
71
#define TG0_WDT_EDGE_INTR_SOURCE 60
/* TIMER_GROUP0, WATCH DOG, EDGE */
72
#define TG0_LACT_EDGE_INTR_SOURCE 61
/* TIMER_GROUP0, LACT, EDGE */
73
#define TG1_T0_EDGE_INTR_SOURCE 62
/* TIMER_GROUP1, TIMER0, EDGE */
74
#define TG1_T1_EDGE_INTR_SOURCE 63
/* TIMER_GROUP1, TIMER1, EDGE */
75
#define TG1_WDT_EDGE_INTR_SOURCE 64
/* TIMER_GROUP1, WATCHDOG, EDGE */
76
#define TG1_LACT_EDGE_INTR_SOURCE 65
/* TIMER_GROUP0, LACT, EDGE */
77
#define MMU_IA_INTR_SOURCE 66
/* MMU Invalid Access, LEVEL */
78
#define MPU_IA_INTR_SOURCE 67
/* MPU Invalid Access, LEVEL */
79
#define CACHE_IA_INTR_SOURCE 68
/* Cache Invalid Access, LEVEL */
80
#define MAX_INTR_SOURCE 69
/* total number of interrupt sources */
81
82
/* Zero will allocate low/medium levels of priority (ESP_INTR_FLAG_LOWMED) */
83
#define IRQ_DEFAULT_PRIORITY 0
84
85
#define ESP_INTR_FLAG_SHARED (1<<8)
/* Interrupt can be shared between ISRs */
86
87
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_XTENSA_INTMUX_H_ */
zephyr
dt-bindings
interrupt-controller
esp-xtensa-intmux.h
Generated on Mon May 19 2025 00:07:20 for Zephyr API Documentation by
1.12.0