Enum avr_device::attiny816::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 25 variants CRCSCAN_NMI, BOD_VLM, PORTA_PORT, PORTB_PORT, PORTC_PORT, RTC_CNT, RTC_PIT, TCA0_LUNF_OVF, TCA0_HUNF, TCA0_CMP0_LCMP0, TCA0_CMP1_LCMP1, TCA0_CMP2_LCMP2, TCB0_INT, TCD0_OVF, TCD0_TRIG, AC0_AC, ADC0_RESRDY, ADC0_WCOMP, TWI0_TWIS, TWI0_TWIM, SPI0_INT, USART0_RXC, USART0_DRE, USART0_TXC, NVMCTRL_EE,
}
Expand description

Enumeration of all the interrupts.

Variants

CRCSCAN_NMI

1 - No Description.

BOD_VLM

2 - No Description.

PORTA_PORT

3 - No Description.

PORTB_PORT

4 - No Description.

PORTC_PORT

5 - No Description.

RTC_CNT

6 - No Description.

RTC_PIT

7 - No Description.

TCA0_LUNF_OVF

8 - No Description.

TCA0_HUNF

9 - No Description.

TCA0_CMP0_LCMP0

10 - No Description.

TCA0_CMP1_LCMP1

11 - No Description.

TCA0_CMP2_LCMP2

12 - No Description.

TCB0_INT

13 - No Description.

TCD0_OVF

14 - No Description.

TCD0_TRIG

15 - No Description.

AC0_AC

16 - No Description.

ADC0_RESRDY

17 - No Description.

ADC0_WCOMP

18 - No Description.

TWI0_TWIS

19 - No Description.

TWI0_TWIM

20 - No Description.

SPI0_INT

21 - No Description.

USART0_RXC

22 - No Description.

USART0_DRE

23 - No Description.

USART0_TXC

24 - No Description.

NVMCTRL_EE

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