Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
esp-esp32c2-intmux.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C2_INTMUX_H_
14#define ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C2_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_SOURCE 7
44#define COEX_SOURCE 8
45#define BLE_TIMER_SOURCE 9
46#define BLE_SEC_SOURCE 10
47#define I2C_MASTER_SOURCE 11
48#define APB_CTRL_INTR_SOURCE 12
49#define GPIO_INTR_SOURCE 13
50#define GPIO_NMI_SOURCE 14
51#define SPI1_INTR_SOURCE 15
52#define SPI2_INTR_SOURCE 16
53#define UART0_INTR_SOURCE 17
54#define UART1_INTR_SOURCE 18
55#define LEDC_INTR_SOURCE 19
56#define EFUSE_INTR_SOURCE 20
57#define RTC_CORE_INTR_SOURCE 21
58#define I2C_EXT0_INTR_SOURCE 22
59#define TG0_T0_LEVEL_INTR_SOURCE 23
60#define TG0_WDT_LEVEL_INTR_SOURCE 24
61#define CACHE_IA_INTR_SOURCE 25
62#define SYSTIMER_TARGET0_EDGE_INTR_SOURCE 26
63#define SYSTIMER_TARGET1_EDGE_INTR_SOURCE 27
64#define SYSTIMER_TARGET2_EDGE_INTR_SOURCE 28
65#define SPI_MEM_REJECT_CACHE_INTR_SOURCE 29
66#define ICACHE_PRELOAD0_INTR_SOURCE 30
67#define ICACHE_SYNC0_INTR_SOURCE 31
68#define APB_ADC_INTR_SOURCE 32
69#define DMA_CH0_INTR_SOURCE 33
70#define SHA_INTR_SOURCE 34
71#define ECC_INTR_SOURCE 35
72#define FROM_CPU_INTR0_SOURCE 36
73#define FROM_CPU_INTR1_SOURCE 37
74#define FROM_CPU_INTR2_SOURCE 38
75#define FROM_CPU_INTR3_SOURCE 39
76#define ASSIST_DEBUG_INTR_SOURCE 40
77#define CORE0_PIF_PMS_SIZE_INTR_SOURCE 41
78#define CACHE_CORE0_ACS_INTR_SOURCE 42
79
80/* Zero will allocate low/medium levels of priority (ESP_INTR_FLAG_LOWMED) */
81#define IRQ_DEFAULT_PRIORITY 0
82
83#define ESP_INTR_FLAG_SHARED (1<<8) /* Interrupt can be shared between ISRs */
84
86
88
89#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_ESP32C2_INTMUX_H_ */