#[repr(u16)]pub enum Interrupt {
LP_TIMER = 7,
PMU = 13,
LP_UART = 16,
LP_I2C = 17,
LP_WDT = 18,
LP_PERI_TIMEOUT = 19,
LP_APM_M0 = 20,
LP_APM_M1 = 21,
}
Expand description
Enumeration of all the interrupts.
Variants§
LP_TIMER = 7
7 - LP_TIMER
PMU = 13
13 - PMU
LP_UART = 16
16 - LP_UART
LP_I2C = 17
17 - LP_I2C
LP_WDT = 18
18 - LP_WDT
LP_PERI_TIMEOUT = 19
19 - LP_PERI_TIMEOUT
LP_APM_M0 = 20
20 - LP_APM_M0
LP_APM_M1 = 21
21 - LP_APM_M1
Implementations§
Trait Implementations§
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