#[repr(u16)]pub enum Interrupt {
Show 32 variants
BLE_WAKEUP_LP = 0,
BLE_GEN = 1,
FTDF_WAKEUP = 2,
FTDF_GEN = 3,
RFCAL = 4,
COEX = 5,
CRYPTO = 6,
MRM = 7,
UART = 8,
UART2 = 9,
I2C = 10,
I2C2 = 11,
SPI = 12,
SPI2 = 13,
ADC = 14,
KEYBRD = 15,
IRGEN = 16,
WKUP_GPIO = 17,
SWTIM0 = 18,
SWTIM1 = 19,
QUADEC = 20,
USB = 21,
PCM = 22,
SRC_IN = 23,
SRC_OUT = 24,
VBUS = 25,
DMA = 26,
RF_DIAG = 27,
TRNG = 28,
DCDC = 29,
XTAL16RDY = 30,
RESERVED31 = 31,
}Expand description
Enumeration of all the interrupts.
Variants§
BLE_WAKEUP_LP = 0
BLE_GEN = 1
FTDF_WAKEUP = 2
FTDF_GEN = 3
RFCAL = 4
COEX = 5
CRYPTO = 6
MRM = 7
UART = 8
UART2 = 9
I2C = 10
I2C2 = 11
SPI = 12
SPI2 = 13
ADC = 14
KEYBRD = 15
IRGEN = 16
WKUP_GPIO = 17
SWTIM0 = 18
SWTIM1 = 19
QUADEC = 20
USB = 21
PCM = 22
SRC_IN = 23
SRC_OUT = 24
VBUS = 25
DMA = 26
RF_DIAG = 27
TRNG = 28
DCDC = 29
XTAL16RDY = 30
RESERVED31 = 31
Trait Implementations§
impl Copy for Interrupt
impl Eq for Interrupt
Source§impl InterruptNumber for Interrupt
impl InterruptNumber 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 UnsafeUnpin 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