|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32S2_XTENSA_INTMUX_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32S2_XTENSA_INTMUX_H_
10#define WIFI_MAC_INTR_SOURCE 0
11#define WIFI_MAC_NMI_SOURCE 1
12#define WIFI_PWR_INTR_SOURCE 2
13#define WIFI_BB_INTR_SOURCE 3
14#define BT_MAC_INTR_SOURCE 4
15#define BT_BB_INTR_SOURCE 5
16#define BT_BB_NMI_SOURCE 6
17#define RWBT_INTR_SOURCE 7
18#define RWBLE_INTR_SOURCE 8
19#define RWBT_NMI_SOURCE 9
20#define RWBLE_NMI_SOURCE 10
21#define SLC0_INTR_SOURCE 11
22#define SLC1_INTR_SOURCE 12
23#define UHCI0_INTR_SOURCE 13
24#define UHCI1_INTR_SOURCE 14
25#define TG0_T0_LEVEL_INTR_SOURCE 15
26#define TG0_T1_LEVEL_INTR_SOURCE 16
27#define TG0_WDT_LEVEL_INTR_SOURCE 17
28#define TG0_LACT_LEVEL_INTR_SOURCE 18
29#define TG1_T0_LEVEL_INTR_SOURCE 19
30#define TG1_T1_LEVEL_INTR_SOURCE 20
31#define TG1_WDT_LEVEL_INTR_SOURCE 21
32#define TG1_LACT_LEVEL_INTR_SOURCE 22
33#define GPIO_INTR_SOURCE 23
34#define GPIO_NMI_SOURCE 24
35#define GPIO_INTR_SOURCE2 25
36#define GPIO_NMI_SOURCE2 26
37#define DEDICATED_GPIO_INTR_SOURCE 27
38#define FROM_CPU_INTR0_SOURCE 28
39#define FROM_CPU_INTR1_SOURCE 29
40#define FROM_CPU_INTR2_SOURCE 30
41#define FROM_CPU_INTR3_SOURCE 31
42#define SPI1_INTR_SOURCE 32
43#define SPI2_INTR_SOURCE 33
44#define SPI3_INTR_SOURCE 34
45#define I2S0_INTR_SOURCE 35
46#define I2S1_INTR_SOURCE 36
47#define UART0_INTR_SOURCE 37
48#define UART1_INTR_SOURCE 38
49#define UART2_INTR_SOURCE 39
50#define SDIO_HOST_INTR_SOURCE 40
51#define PWM0_INTR_SOURCE 41
52#define PWM1_INTR_SOURCE 42
53#define PWM2_INTR_SOURCE 43
54#define PWM3_INTR_SOURCE 44
55#define LEDC_INTR_SOURCE 45
56#define EFUSE_INTR_SOURCE 46
57#define TWAI_INTR_SOURCE 47
58#define USB_INTR_SOURCE 48
59#define RTC_CORE_INTR_SOURCE 49
60#define RMT_INTR_SOURCE 50
61#define PCNT_INTR_SOURCE 51
62#define I2C_EXT0_INTR_SOURCE 52
63#define I2C_EXT1_INTR_SOURCE 53
64#define RSA_INTR_SOURCE 54
65#define SHA_INTR_SOURCE 55
66#define AES_INTR_SOURCE 56
67#define SPI2_DMA_INTR_SOURCE 57
68#define SPI3_DMA_INTR_SOURCE 58
69#define WDT_INTR_SOURCE 59
70#define TIMER1_INTR_SOURCE 60
71#define TIMER2_INTR_SOURCE 61
72#define TG0_T0_EDGE_INTR_SOURCE 62
73#define TG0_T1_EDGE_INTR_SOURCE 63
74#define TG0_WDT_EDGE_INTR_SOURCE 64
75#define TG0_LACT_EDGE_INTR_SOURCE 65
76#define TG1_T0_EDGE_INTR_SOURCE 66
77#define TG1_T1_EDGE_INTR_SOURCE 67
78#define TG1_WDT_EDGE_INTR_SOURCE 68
79#define TG1_LACT_EDGE_INTR_SOURCE 69
80#define CACHE_IA_INTR_SOURCE 70
81#define SYSTIMER_TARGET0_EDGE_INTR_SOURCE 71
82#define SYSTIMER_TARGET1_EDGE_INTR_SOURCE 72
83#define SYSTIMER_TARGET2_EDGE_INTR_SOURCE 73
84#define ASSIST_DEBUG_INTR_SOURCE 74
85#define PMS_PRO_IRAM0_ILG_INTR_SOURCE 75
86#define PMS_PRO_DRAM0_ILG_INTR_SOURCE 76
87#define PMS_PRO_DPORT_ILG_INTR_SOURCE 77
88#define PMS_PRO_AHB_ILG_INTR_SOURCE 78
89#define PMS_PRO_CACHE_ILG_INTR_SOURCE 79
90#define PMS_DMA_APB_I_ILG_INTR_SOURCE 80
91#define PMS_DMA_RX_I_ILG_INTR_SOURCE 81
92#define PMS_DMA_TX_I_ILG_INTR_SOURCE 82
93#define SPI_MEM_REJECT_CACHE_INTR_SOURCE 83
96#define DMA_COPY_INTR_SOURCE 84
97#define SPI4_DMA_INTR_SOURCE 85
98#define SPI4_INTR_SOURCE 86
99#define ICACHE_PRELOAD_INTR_SOURCE 87
100#define DCACHE_PRELOAD_INTR_SOURCE 88
101#define APB_ADC_INTR_SOURCE 89
102#define CRYPTO_DMA_INTR_SOURCE 90
103#define CPU_PERI_ERROR_INTR_SOURCE 91
104#define APB_PERI_ERROR_INTR_SOURCE 92
105#define DCACHE_SYNC_INTR_SOURCE 93
106#define ICACHE_SYNC_INTR_SOURCE 94
107#define MAX_INTR_SOURCE 95
112#define IRQ_DEFAULT_PRIORITY 0
114#define ESP_INTR_FLAG_SHARED (1<<8)