Enum avr_device::atmega644::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 28 variants RESET, INT0, INT1, INT2, PCINT0, PCINT1, PCINT2, PCINT3, WDT, TIMER2_COMPA, TIMER2_COMPB, TIMER2_OVF, TIMER1_CAPT, TIMER1_COMPA, TIMER1_COMPB, TIMER1_OVF, TIMER0_COMPA, TIMER0_COMPB, TIMER0_OVF, SPI_STC, USART0_RX, USART0_UDRE, USART0_TX, ANALOG_COMP, ADC, EE_READY, TWI, 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

PCINT0

4 - Pin Change Interrupt Request 0

PCINT1

5 - Pin Change Interrupt Request 1

PCINT2

6 - Pin Change Interrupt Request 2

PCINT3

7 - Pin Change Interrupt Request 3

WDT

8 - Watchdog Time-out Interrupt

TIMER2_COMPA

9 - Timer/Counter2 Compare Match A

TIMER2_COMPB

10 - Timer/Counter2 Compare Match B

TIMER2_OVF

11 - Timer/Counter2 Overflow

TIMER1_CAPT

12 - Timer/Counter1 Capture Event

TIMER1_COMPA

13 - Timer/Counter1 Compare Match A

TIMER1_COMPB

14 - Timer/Counter1 Compare Match B

TIMER1_OVF

15 - Timer/Counter1 Overflow

TIMER0_COMPA

16 - Timer/Counter0 Compare Match A

TIMER0_COMPB

17 - Timer/Counter0 Compare Match B

TIMER0_OVF

18 - Timer/Counter0 Overflow

SPI_STC

19 - SPI Serial Transfer Complete

USART0_RX

20 - USART0, Rx Complete

USART0_UDRE

21 - USART0 Data register Empty

USART0_TX

22 - USART0, Tx Complete

ANALOG_COMP

23 - Analog Comparator

ADC

24 - ADC Conversion Complete

EE_READY

25 - EEPROM Ready

TWI

26 - 2-wire Serial Interface

SPM_READY

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