Enum avr_device::atmega4809::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 39 variants CRCSCAN_NMI, BOD_VLM, RTC_CNT, RTC_PIT, CCL_CCL, PORTA_PORT, TCA0_LUNF_OVF, TCA0_HUNF, TCA0_CMP0_LCMP0, TCA0_CMP1_LCMP1, TCA0_CMP2_LCMP2, TCB0_INT, TCB1_INT, TWI0_TWIS, TWI0_TWIM, SPI0_INT, USART0_RXC, USART0_DRE, USART0_TXC, PORTD_PORT, AC0_AC, ADC0_RESRDY, ADC0_WCOMP, PORTC_PORT, TCB2_INT, USART1_RXC, USART1_DRE, USART1_TXC, PORTF_PORT, NVMCTRL_EE, USART2_RXC, USART2_DRE, USART2_TXC, PORTB_PORT, PORTE_PORT, TCB3_INT, USART3_RXC, USART3_DRE, USART3_TXC,
}
Expand description

Enumeration of all the interrupts.

Variants

CRCSCAN_NMI

1 - No Description.

BOD_VLM

2 - No Description.

RTC_CNT

3 - No Description.

RTC_PIT

4 - No Description.

CCL_CCL

5 - No Description.

PORTA_PORT

6 - No Description.

TCA0_LUNF_OVF

7 - No Description.

TCA0_HUNF

8 - No Description.

TCA0_CMP0_LCMP0

9 - No Description.

TCA0_CMP1_LCMP1

10 - No Description.

TCA0_CMP2_LCMP2

11 - No Description.

TCB0_INT

12 - No Description.

TCB1_INT

13 - No Description.

TWI0_TWIS

14 - No Description.

TWI0_TWIM

15 - No Description.

SPI0_INT

16 - No Description.

USART0_RXC

17 - No Description.

USART0_DRE

18 - No Description.

USART0_TXC

19 - No Description.

PORTD_PORT

20 - No Description.

AC0_AC

21 - No Description.

ADC0_RESRDY

22 - No Description.

ADC0_WCOMP

23 - No Description.

PORTC_PORT

24 - No Description.

TCB2_INT

25 - No Description.

USART1_RXC

26 - No Description.

USART1_DRE

27 - No Description.

USART1_TXC

28 - No Description.

PORTF_PORT

29 - No Description.

NVMCTRL_EE

30 - No Description.

USART2_RXC

31 - No Description.

USART2_DRE

32 - No Description.

USART2_TXC

33 - No Description.

PORTB_PORT

34 - No Description.

PORTE_PORT

35 - No Description.

TCB3_INT

36 - No Description.

USART3_RXC

37 - No Description.

USART3_DRE

38 - No Description.

USART3_TXC

39 - No Description.

Implementations

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

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.