1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
#[doc = r"Enumeration of all the interrupts"]
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
#[repr(u8)]
pub enum Interrupt {
    #[doc = "0 - interrupt of WiFi MAC, level"]
    WIFI_MAC_INTR = 0,
    #[doc = "1 - interrupt of WiFi MAC, NMI, use if MAC have bug to fix in NMI"]
    WIFI_MAC_NMI = 1,
    #[doc = "2 - interrupt of WiFi BB, level, we can do some calibration"]
    WIFI_BB_INTR = 2,
    #[doc = "3 - will be cancelled"]
    BT_MAC_INTR = 3,
    #[doc = "4 - interrupt of BT BB, level"]
    BT_BB_INTR = 4,
    #[doc = "5 - interrupt of BT BB, NMI, use if BB have bug to fix in NMI"]
    BT_BB_NMI = 5,
    #[doc = "6 - interrupt of RWBT, level"]
    RWBT_INTR = 6,
    #[doc = "7 - interrupt of RWBLE, level"]
    RWBLE_INTR = 7,
    #[doc = "8 - interrupt of RWBT, NMI, use if RWBT have bug to fix in NMI"]
    RWBT_NMI = 8,
    #[doc = "9 - interrupt of RWBLE, NMI, use if RWBT have bug to fix in NMI"]
    RWBLE_NMI = 9,
    #[doc = "10 - interrupt of SLC0, level"]
    SLC0_INTR = 10,
    #[doc = "11 - interrupt of SLC1, level"]
    SLC1_INTR = 11,
    #[doc = "12 - interrupt of UHCI0, level"]
    UHCI0_INTR = 12,
    #[doc = "13 - interrupt of UHCI1, level"]
    UHCI1_INTR = 13,
    #[doc = "14 - interrupt of TIMER_GROUP0, TIMER0, level, we would like use EDGE for timer if permission"]
    TG0_T0_LEVEL_INTR = 14,
    #[doc = "15 - interrupt of TIMER_GROUP0, TIMER1, level, we would like use EDGE for timer if permission"]
    TG0_T1_LEVEL_INTR = 15,
    #[doc = "16 - interrupt of TIMER_GROUP0, WATCHDOG, level"]
    TG0_WDT_LEVEL_INTR = 16,
    #[doc = "17 - interrupt of TIMER_GROUP0, LACT, level"]
    TG0_LACT_LEVEL_INTR = 17,
    #[doc = "18 - interrupt of TIMER_GROUP1, TIMER0, level, we would like use EDGE for timer if permission"]
    TG1_T0_LEVEL_INTR = 18,
    #[doc = "19 - interrupt of TIMER_GROUP1, TIMER1, level, we would like use EDGE for timer if permission"]
    TG1_T1_LEVEL_INTR = 19,
    #[doc = "20 - interrupt of TIMER_GROUP1, WATCHDOG, level"]
    TG1_WDT_LEVEL_INTR = 20,
    #[doc = "21 - interrupt of TIMER_GROUP1, LACT, level"]
    TG1_LACT_LEVEL_INTR = 21,
    #[doc = "22 - interrupt of GPIO, level"]
    GPIO_INTR = 22,
    #[doc = "23 - interrupt of GPIO, NMI"]
    GPIO_NMI = 23,
    #[doc = "24 - interrupt0 generated from a CPU, level"]
    FROM_CPU_INTR0 = 24,
    #[doc = "25 - interrupt1 generated from a CPU, level"]
    FROM_CPU_INTR1 = 25,
    #[doc = "26 - interrupt2 generated from a CPU, level"]
    FROM_CPU_INTR2 = 26,
    #[doc = "27 - interrupt3 generated from a CPU, level"]
    FROM_CPU_INTR3 = 27,
    #[doc = "28 - interrupt of SPI0, level, SPI0 is for Cache Access, do not use this"]
    SPI0_INTR = 28,
    #[doc = "29 - interrupt of SPI1, level, SPI1 is for flash read/write, do not use this"]
    SPI1_INTR = 29,
    #[doc = "30 - interrupt of SPI2, level"]
    SPI2_INTR = 30,
    #[doc = "31 - interrupt of SPI3, level"]
    SPI3_INTR = 31,
    #[doc = "32 - interrupt of I2S0, level"]
    I2S0_INTR = 32,
    #[doc = "33 - interrupt of I2S1, level"]
    I2S1_INTR = 33,
    #[doc = "34 - interrupt of UART0, level"]
    UART0_INTR = 34,
    #[doc = "35 - interrupt of UART1, level"]
    UART1_INTR = 35,
    #[doc = "36 - interrupt of UART2, level"]
    UART2_INTR = 36,
    #[doc = "37 - interrupt of SD/SDIO/MMC HOST, level"]
    SDIO_HOST_INTR = 37,
    #[doc = "38 - interrupt of ethernet mac, level"]
    ETH_MAC_INTR = 38,
    #[doc = "39 - interrupt of PWM0, level, Reserved"]
    PWM0_INTR = 39,
    #[doc = "40 - interrupt of PWM1, level, Reserved"]
    PWM1_INTR = 40,
    #[doc = "41 - interrupt of PWM2, level"]
    PWM2_INTR = 41,
    #[doc = "42 - interrupt of PWM3, level"]
    PWM3_INTR = 42,
    #[doc = "43 - interrupt of LED PWM, level"]
    LEDC_INTR = 43,
    #[doc = "44 - interrupt of efuse, level, not likely to use"]
    EFUSE_INTR = 44,
    #[doc = "45 - interrupt of can, level"]
    CAN_INTR = 45,
    #[doc = "46 - interrupt of rtc core, level, include rtc watchdog"]
    RTC_CORE_INTR = 46,
    #[doc = "47 - interrupt of remote controller, level"]
    RMT_INTR = 47,
    #[doc = "48 - interrupt of pluse count, level"]
    PCNT_INTR = 48,
    #[doc = "49 - interrupt of I2C controller0, level"]
    I2C_EXT0_INTR = 49,
    #[doc = "50 - interrupt of I2C controller1, level"]
    I2C_EXT1_INTR = 50,
    #[doc = "51 - interrupt of RSA accelerator, level"]
    RSA_INTR = 51,
    #[doc = "52 - interrupt of SPI1 DMA, SPI1 is for flash read/write, do not use this"]
    SPI1_DMA_INTR = 52,
    #[doc = "53 - interrupt of SPI2 DMA, level"]
    SPI2_DMA_INTR = 53,
    #[doc = "54 - interrupt of SPI3 DMA, level"]
    SPI3_DMA_INTR = 54,
    #[doc = "55 - will be cancelled"]
    WDT_INTR = 55,
    #[doc = "56 - will be cancelled"]
    TIMER1_INTR = 56,
    #[doc = "57 - will be cancelled"]
    TIMER2_INTR = 57,
    #[doc = "58 - interrupt of TIMER_GROUP0, TIMER0, EDGE"]
    TG0_T0_EDGE_INTR = 58,
    #[doc = "59 - interrupt of TIMER_GROUP0, TIMER1, EDGE"]
    TG0_T1_EDGE_INTR = 59,
    #[doc = "60 - interrupt of TIMER_GROUP0, WATCH DOG, EDGE"]
    TG0_WDT_EDGE_INTR = 60,
    #[doc = "61 - interrupt of TIMER_GROUP0, LACT, EDGE"]
    TG0_LACT_EDGE_INTR = 61,
    #[doc = "62 - interrupt of TIMER_GROUP1, TIMER0, EDGE"]
    TG1_T0_EDGE_INTR = 62,
    #[doc = "63 - interrupt of TIMER_GROUP1, TIMER1, EDGE"]
    TG1_T1_EDGE_INTR = 63,
    #[doc = "64 - interrupt of TIMER_GROUP1, WATCHDOG, EDGE"]
    TG1_WDT_EDGE_INTR = 64,
    #[doc = "65 - interrupt of TIMER_GROUP0, LACT, EDGE"]
    TG1_LACT_EDGE_INTR = 65,
    #[doc = "66 - interrupt of MMU Invalid Access, LEVEL"]
    MMU_IA_INTR = 66,
    #[doc = "67 - interrupt of MPU Invalid Access, LEVEL"]
    MPU_IA_INTR = 67,
    #[doc = "68 - interrupt of Cache Invalid Access, LEVEL"]
    CACHE_IA_INTR = 68,
    #[doc = "69 - Internal Timer 0 interrupt"]
    INTERNAL_TIMER0_INTR = 69,
    #[doc = "70 - Software Level 1 interrupt"]
    INTERNAL_SOFTWARE_LEVEL_1_INTR = 70,
    #[doc = "71 - Profiling interrupt"]
    INTERNAL_PROFILING_INTR = 71,
    #[doc = "72 - Internal Timer 1 interrupt"]
    INTERNAL_TIMER1_INTR = 72,
    #[doc = "73 - Internal Timer 1 interrupt"]
    INTERNAL_TIMER2_INTR = 73,
    #[doc = "74 - Software Level 3 interrupt"]
    INTERNAL_SOFTWARE_LEVEL_3_INTR = 74,
}
unsafe impl bare_metal::Nr for Interrupt {
    #[inline(always)]
    fn nr(&self) -> u8 {
        *self as u8
    }
}
#[derive(Debug, Copy, Clone)]
pub struct TryFromInterruptError(());
impl Interrupt {
    #[inline]
    pub fn try_from(value: u8) -> Result<Self, TryFromInterruptError> {
        match value {
            0 => Ok(Interrupt::WIFI_MAC_INTR),
            1 => Ok(Interrupt::WIFI_MAC_NMI),
            2 => Ok(Interrupt::WIFI_BB_INTR),
            3 => Ok(Interrupt::BT_MAC_INTR),
            4 => Ok(Interrupt::BT_BB_INTR),
            5 => Ok(Interrupt::BT_BB_NMI),
            6 => Ok(Interrupt::RWBT_INTR),
            7 => Ok(Interrupt::RWBLE_INTR),
            8 => Ok(Interrupt::RWBT_NMI),
            9 => Ok(Interrupt::RWBLE_NMI),
            10 => Ok(Interrupt::SLC0_INTR),
            11 => Ok(Interrupt::SLC1_INTR),
            12 => Ok(Interrupt::UHCI0_INTR),
            13 => Ok(Interrupt::UHCI1_INTR),
            14 => Ok(Interrupt::TG0_T0_LEVEL_INTR),
            15 => Ok(Interrupt::TG0_T1_LEVEL_INTR),
            16 => Ok(Interrupt::TG0_WDT_LEVEL_INTR),
            17 => Ok(Interrupt::TG0_LACT_LEVEL_INTR),
            18 => Ok(Interrupt::TG1_T0_LEVEL_INTR),
            19 => Ok(Interrupt::TG1_T1_LEVEL_INTR),
            20 => Ok(Interrupt::TG1_WDT_LEVEL_INTR),
            21 => Ok(Interrupt::TG1_LACT_LEVEL_INTR),
            22 => Ok(Interrupt::GPIO_INTR),
            23 => Ok(Interrupt::GPIO_NMI),
            24 => Ok(Interrupt::FROM_CPU_INTR0),
            25 => Ok(Interrupt::FROM_CPU_INTR1),
            26 => Ok(Interrupt::FROM_CPU_INTR2),
            27 => Ok(Interrupt::FROM_CPU_INTR3),
            28 => Ok(Interrupt::SPI0_INTR),
            29 => Ok(Interrupt::SPI1_INTR),
            30 => Ok(Interrupt::SPI2_INTR),
            31 => Ok(Interrupt::SPI3_INTR),
            32 => Ok(Interrupt::I2S0_INTR),
            33 => Ok(Interrupt::I2S1_INTR),
            34 => Ok(Interrupt::UART0_INTR),
            35 => Ok(Interrupt::UART1_INTR),
            36 => Ok(Interrupt::UART2_INTR),
            37 => Ok(Interrupt::SDIO_HOST_INTR),
            38 => Ok(Interrupt::ETH_MAC_INTR),
            39 => Ok(Interrupt::PWM0_INTR),
            40 => Ok(Interrupt::PWM1_INTR),
            41 => Ok(Interrupt::PWM2_INTR),
            42 => Ok(Interrupt::PWM3_INTR),
            43 => Ok(Interrupt::LEDC_INTR),
            44 => Ok(Interrupt::EFUSE_INTR),
            45 => Ok(Interrupt::CAN_INTR),
            46 => Ok(Interrupt::RTC_CORE_INTR),
            47 => Ok(Interrupt::RMT_INTR),
            48 => Ok(Interrupt::PCNT_INTR),
            49 => Ok(Interrupt::I2C_EXT0_INTR),
            50 => Ok(Interrupt::I2C_EXT1_INTR),
            51 => Ok(Interrupt::RSA_INTR),
            52 => Ok(Interrupt::SPI1_DMA_INTR),
            53 => Ok(Interrupt::SPI2_DMA_INTR),
            54 => Ok(Interrupt::SPI3_DMA_INTR),
            55 => Ok(Interrupt::WDT_INTR),
            56 => Ok(Interrupt::TIMER1_INTR),
            57 => Ok(Interrupt::TIMER2_INTR),
            58 => Ok(Interrupt::TG0_T0_EDGE_INTR),
            59 => Ok(Interrupt::TG0_T1_EDGE_INTR),
            60 => Ok(Interrupt::TG0_WDT_EDGE_INTR),
            61 => Ok(Interrupt::TG0_LACT_EDGE_INTR),
            62 => Ok(Interrupt::TG1_T0_EDGE_INTR),
            63 => Ok(Interrupt::TG1_T1_EDGE_INTR),
            64 => Ok(Interrupt::TG1_WDT_EDGE_INTR),
            65 => Ok(Interrupt::TG1_LACT_EDGE_INTR),
            66 => Ok(Interrupt::MMU_IA_INTR),
            67 => Ok(Interrupt::MPU_IA_INTR),
            68 => Ok(Interrupt::CACHE_IA_INTR),
            69 => Ok(Interrupt::INTERNAL_TIMER0_INTR),
            70 => Ok(Interrupt::INTERNAL_SOFTWARE_LEVEL_1_INTR),
            71 => Ok(Interrupt::INTERNAL_PROFILING_INTR),
            72 => Ok(Interrupt::INTERNAL_TIMER1_INTR),
            73 => Ok(Interrupt::INTERNAL_TIMER2_INTR),
            74 => Ok(Interrupt::INTERNAL_SOFTWARE_LEVEL_3_INTR),
            _ => Err(TryFromInterruptError(())),
        }
    }
}