Enum avr_device::atmega8u2::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 29 variants RESET, INT0, INT1, INT2, INT3, INT4, INT5, INT6, INT7, PCINT0, PCINT1, USB_GEN, USB_COM, WDT, TIMER1_CAPT, TIMER1_COMPA, TIMER1_COMPB, TIMER1_COMPC, TIMER1_OVF, TIMER0_COMPA, TIMER0_COMPB, TIMER0_OVF, SPI_STC, USART1_RX, USART1_UDRE, USART1_TX, ANALOG_COMP, EE_READY, SPM_READY,
}
Expand description

Enumeration of all the interrupts.

Variants

RESET

0 - External Pin,Power-on Reset,Brown-out Reset,Watchdog Reset,and JTAG AVR Reset. See Datasheet.

INT0

1 - External Interrupt Request 0

INT1

2 - External Interrupt Request 1

INT2

3 - External Interrupt Request 2

INT3

4 - External Interrupt Request 3

INT4

5 - External Interrupt Request 4

INT5

6 - External Interrupt Request 5

INT6

7 - External Interrupt Request 6

INT7

8 - External Interrupt Request 7

PCINT0

9 - Pin Change Interrupt Request 0

PCINT1

10 - Pin Change Interrupt Request 1

USB_GEN

11 - USB General Interrupt Request

USB_COM

12 - USB Endpoint/Pipe Interrupt Communication Request

WDT

13 - Watchdog Time-out Interrupt

TIMER1_CAPT

14 - Timer/Counter2 Capture Event

TIMER1_COMPA

15 - Timer/Counter2 Compare Match B

TIMER1_COMPB

16 - Timer/Counter2 Compare Match B

TIMER1_COMPC

17 - Timer/Counter2 Compare Match C

TIMER1_OVF

18 - Timer/Counter1 Overflow

TIMER0_COMPA

19 - Timer/Counter0 Compare Match A

TIMER0_COMPB

20 - Timer/Counter0 Compare Match B

TIMER0_OVF

21 - Timer/Counter0 Overflow

SPI_STC

22 - SPI Serial Transfer Complete

USART1_RX

23 - USART1, Rx Complete

USART1_UDRE

24 - USART1 Data register Empty

USART1_TX

25 - USART1, Tx Complete

ANALOG_COMP

26 - Analog Comparator

EE_READY

27 - EEPROM Ready

SPM_READY

28 - Store Program Memory Read

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.