Lines Matching +full:interrupt +full:- +full:nmi
4 * SPDX-License-Identifier: Apache-2.0
11 #define WIFI_MAC_NMI_SOURCE 1 /* WiFi MAC, NMI, use if MAC needs fix in NMI */
16 #define BT_BB_NMI_SOURCE 6 /* BT BB, NMI, use if BB have bug to fix in NMI */
19 #define RWBT_NMI_SOURCE 9 /* RWBT, NMI, use if RWBT has bug to fix in NMI */
20 #define RWBLE_NMI_SOURCE 10 /* RWBLE, NMI, use if RWBT has bug to fix in NMI */
33 #define GPIO_INTR_SOURCE 23 /* interrupt of GPIO, level */
34 #define GPIO_NMI_SOURCE 24 /* interrupt of GPIO, NMI */
35 #define GPIO_INTR_SOURCE2 25 /* interrupt of GPIO, level */
36 #define GPIO_NMI_SOURCE2 26 /* interrupt of GPIO, NMI */
37 #define DEDICATED_GPIO_INTR_SOURCE 27 /* interrupt of dedicated GPIO, level */
58 #define USB_INTR_SOURCE 48 /* interrupt of USB, level */
65 #define SHA_INTR_SOURCE 55 /* interrupt of RSA accelerator, level */
66 #define AES_INTR_SOURCE 56 /* interrupt of SHA accelerator, level */
68 #define SPI3_DMA_INTR_SOURCE 58 /* interrupt of SPI3 DMA, level */
107 #define MAX_INTR_SOURCE 95 /* total number of interrupt sources */
114 #define ESP_INTR_FLAG_SHARED (1<<8) /* Interrupt can be shared between ISRs */