[][src]Enum muscab1_pac::Interrupt

pub enum Interrupt {
    NONSEC_WATCHDOG_IRQ,
    TIMER0,
    DUALTIMER,
    MPC,
    GPTIMERINTR,
    QSPIINTR,
    UARTRXINTR0,
    GPIO0,
    PWMINT0,
}

Enumeration of all the interrupts

Variants

NONSEC_WATCHDOG_IRQ

1 - Non-Secure Watchdog Interrupt

TIMER0

3 - Timer 0

DUALTIMER

5 - Dual Timer

MPC

9 - MPC Combined

GPTIMERINTR

33 - General-Purpose Timer interrupt

QSPIINTR

38 - QSPI interrupt

UARTRXINTR0

39 - UART0 receive FIFO interrupt

GPIO0

68 - GPIO 0 combined

PWMINT0

70 - PWM0 interrupt

Trait Implementations

impl Debug for Interrupt[src]

impl Copy for Interrupt[src]

impl Clone for Interrupt[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Nr for Interrupt[src]

Auto Trait Implementations

impl Unpin for Interrupt

impl Send for Interrupt

impl Sync for Interrupt

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self