pub enum Interrupt {
Show 24 variants
CLOCK_POWER = 0,
RADIO = 1,
UARTE0 = 2,
TWI0 = 3,
SPI0 = 4,
GPIOTE = 6,
SAADC = 7,
TIMER0 = 8,
TIMER1 = 9,
TIMER2 = 10,
RTC0 = 11,
TEMP = 12,
RNG = 13,
ECB = 14,
AAR_CCM = 15,
WDT = 16,
RTC1 = 17,
QDEC = 18,
EGU0_SWI0 = 20,
EGU1_SWI1 = 21,
SWI2 = 22,
SWI3 = 23,
SWI4 = 24,
SWI5 = 25,
}
Variants§
CLOCK_POWER = 0
0 - CLOCK_POWER
RADIO = 1
1 - RADIO
UARTE0 = 2
2 - UARTE0
TWI0 = 3
3 - TWI0
SPI0 = 4
4 - SPI0
GPIOTE = 6
6 - GPIOTE
SAADC = 7
7 - SAADC
TIMER0 = 8
8 - TIMER0
TIMER1 = 9
9 - TIMER1
TIMER2 = 10
10 - TIMER2
RTC0 = 11
11 - RTC0
TEMP = 12
12 - TEMP
RNG = 13
13 - RNG
ECB = 14
14 - ECB
AAR_CCM = 15
15 - AAR_CCM
WDT = 16
16 - WDT
RTC1 = 17
17 - RTC1
QDEC = 18
18 - QDEC
EGU0_SWI0 = 20
20 - EGU0_SWI0
EGU1_SWI1 = 21
21 - EGU1_SWI1
SWI2 = 22
22 - SWI2
SWI3 = 23
23 - SWI3
SWI4 = 24
24 - SWI4
SWI5 = 25
25 - SWI5
Trait Implementations§
Source§impl InterruptNumber for Interrupt
impl InterruptNumber for Interrupt
impl Copy for Interrupt
impl Eq for Interrupt
impl StructuralPartialEq for Interrupt
Auto Trait Implementations§
impl Freeze for Interrupt
impl RefUnwindSafe for Interrupt
impl Send for Interrupt
impl Sync for Interrupt
impl Unpin for Interrupt
impl UnwindSafe for Interrupt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)