[][src]Enum SKEAZN642::Interrupt

#[repr(u8)]pub enum Interrupt {
    INT_FTMRH,
    INT_LVD_LVW,
    INT_IRQ,
    INT_I2C0,
    INT_SPI0,
    INT_SPI1,
    INT_UART0,
    INT_UART1,
    INT_UART2,
    INT_ADC0,
    INT_ACMP0,
    INT_FTM0,
    INT_FTM1,
    INT_FTM2,
    INT_RTC,
    INT_ACMP1,
    INT_PIT_CH0,
    INT_PIT_CH1,
    INT_KBI0,
    INT_KBI1,
    INT_ICS,
    INT_WATCHDOG,
}

Enumeration of all the interrupts

Variants

INT_FTMRH

5 - INT_FTMRH

INT_LVD_LVW

6 - INT_LVD_LVW

INT_IRQ

7 - INT_IRQ

INT_I2C0

8 - INT_I2C0

INT_SPI0

10 - INT_SPI0

INT_SPI1

11 - INT_SPI1

INT_UART0

12 - INT_UART0

INT_UART1

13 - INT_UART1

INT_UART2

14 - INT_UART2

INT_ADC0

15 - INT_ADC0

INT_ACMP0

16 - INT_ACMP0

INT_FTM0

17 - INT_FTM0

INT_FTM1

18 - INT_FTM1

INT_FTM2

19 - INT_FTM2

INT_RTC

20 - INT_RTC

INT_ACMP1

21 - INT_ACMP1

INT_PIT_CH0

22 - INT_PIT_CH0

INT_PIT_CH1

23 - INT_PIT_CH1

INT_KBI0

24 - INT_KBI0

INT_KBI1

25 - INT_KBI1

INT_ICS

27 - INT_ICS

INT_WATCHDOG

28 - INT_Watchdog

Trait Implementations

impl Clone for Interrupt[src]

impl Copy for Interrupt[src]

impl Debug for Interrupt[src]

impl Nr for Interrupt[src]

Auto Trait Implementations

impl Send for Interrupt

impl Sync for Interrupt

impl Unpin for Interrupt

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.