Enum atsam4s8c_pac::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 31 variants SUPC, RSTC, RTC, RTT, WDT, PMC, EFC0, UART0, UART1, PIOA, PIOB, PIOC, USART0, USART1, HSMCI, TWI0, TWI1, SPI, SSC, TC0, TC1, TC2, TC3, TC4, TC5, ADC, DACC, PWM, CRCCU, ACC, UDP,
}
Expand description

Enumeration of all the interrupts.

Variants

SUPC

0 - SUPC

RSTC

1 - RSTC

RTC

2 - RTC

RTT

3 - RTT

WDT

4 - WDT

PMC

5 - PMC

EFC0

6 - EFC0

UART0

8 - UART0

UART1

9 - UART1

PIOA

11 - PIOA

PIOB

12 - PIOB

PIOC

13 - PIOC

USART0

14 - USART0

USART1

15 - USART1

HSMCI

18 - HSMCI

TWI0

19 - TWI0

TWI1

20 - TWI1

SPI

21 - SPI

SSC

22 - SSC

TC0

23 - TC0

TC1

24 - TC1

TC2

25 - TC2

TC3

26 - TC3

TC4

27 - TC4

TC5

28 - TC5

ADC

29 - ADC

DACC

30 - DACC

PWM

31 - PWM

CRCCU

32 - CRCCU

ACC

33 - ACC

UDP

34 - UDP

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Return the interrupt number associated with this variant. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.