Enum mspm0l130x::Interrupt
source · #[repr(u16)]pub enum Interrupt {
Show 13 variants
INT_GROUP0 = 0,
INT_GROUP1 = 1,
TIMG1 = 2,
ADC0 = 4,
SPI0 = 9,
UART1 = 13,
UART0 = 15,
TIMG0 = 16,
TIMG2 = 18,
TIMG4 = 20,
I2C0 = 24,
I2C1 = 25,
DMA = 31,
}Expand description
Enumeration of all the interrupts.
Variants§
INT_GROUP0 = 0
0 - 0x00000040
INT_GROUP1 = 1
1 - 0x00000044
TIMG1 = 2
2 - 0x00000048
ADC0 = 4
4 - 0x00000050
SPI0 = 9
9 - 0x00000064
UART1 = 13
13 - 0x00000074
UART0 = 15
15 - 0x0000007C
TIMG0 = 16
16 - 0x00000080
TIMG2 = 18
18 - 0x00000088
TIMG4 = 20
20 - 0x00000090
I2C0 = 24
24 - 0x000000A0
I2C1 = 25
25 - 0x000000A4
DMA = 31
31 - 0x000000BC
Trait Implementations§
source§impl InterruptNumber for Interrupt
impl InterruptNumber for Interrupt
source§impl PartialEq for Interrupt
impl PartialEq for Interrupt
impl Copy for Interrupt
impl Eq for Interrupt
impl StructuralPartialEq for Interrupt
Auto Trait Implementations§
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