Enum avr_device::atmega328pb::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 45 variants RESET, INT0, INT1, PCINT0, PCINT1, PCINT2, WDT, TIMER2_COMPA, TIMER2_COMPB, TIMER2_OVF, TIMER1_CAPT, TIMER1_COMPA, TIMER1_COMPB, TIMER1_OVF, TIMER0_COMPA, TIMER0_COMPB, TIMER0_OVF, SPI0_STC, USART0_RX, USART0_UDRE, USART0_TX, ADC, EE_READY, ANALOG_COMP, TWI0, SPM_READY, USART0_START, PCINT3, USART1_RX, USART1_UDRE, USART1_TX, USART1_START, TIMER3_CAPT, TIMER3_COMPA, TIMER3_COMPB, TIMER3_OVF, CFD, PTC_EOC, PTC_WCOMP, SPI1_STC, TWI1, TIMER4_CAPT, TIMER4_COMPA, TIMER4_COMPB, TIMER4_OVF,
}
Expand description

Enumeration of all the interrupts.

Variants

RESET

0 - External Pin, Power-on Reset, Brown-out Reset and Watchdog Reset

INT0

1 - External Interrupt Request 0

INT1

2 - External Interrupt Request 1

PCINT0

3 - Pin Change Interrupt Request 0

PCINT1

4 - Pin Change Interrupt Request 1

PCINT2

5 - Pin Change Interrupt Request 2

WDT

6 - Watchdog Time-out Interrupt

TIMER2_COMPA

7 - Timer/Counter2 Compare Match A

TIMER2_COMPB

8 - Timer/Counter2 Compare Match B

TIMER2_OVF

9 - Timer/Counter2 Overflow

TIMER1_CAPT

10 - Timer/Counter1 Capture Event

TIMER1_COMPA

11 - Timer/Counter1 Compare Match A

TIMER1_COMPB

12 - Timer/Counter1 Compare Match B

TIMER1_OVF

13 - Timer/Counter1 Overflow

TIMER0_COMPA

14 - TimerCounter0 Compare Match A

TIMER0_COMPB

15 - TimerCounter0 Compare Match B

TIMER0_OVF

16 - Timer/Couner0 Overflow

SPI0_STC

17 - SPI Serial Transfer Complete

USART0_RX

18 - USART0 Rx Complete

USART0_UDRE

19 - USART0, Data Register Empty

USART0_TX

20 - USART0 Tx Complete

ADC

21 - ADC Conversion Complete

EE_READY

22 - EEPROM Ready

ANALOG_COMP

23 - Analog Comparator

TWI0

24 - Two-wire Serial Interface

SPM_READY

25 - Store Program Memory Read

USART0_START

26 - USART0 Start frame detection

PCINT3

27 - Pin Change Interrupt Request 3

USART1_RX

28 - USART1 Rx Complete

USART1_UDRE

29 - USART1, Data Register Empty

USART1_TX

30 - USART1 Tx Complete

USART1_START

31 - USART1 Start frame detection

TIMER3_CAPT

32 - Timer/Counter3 Capture Event

TIMER3_COMPA

33 - Timer/Counter3 Compare Match A

TIMER3_COMPB

34 - Timer/Counter3 Compare Match B

TIMER3_OVF

35 - Timer/Counter3 Overflow

CFD

36 - Clock failure detection interrupt

PTC_EOC

37 - PTC End of conversion

PTC_WCOMP

38 - PTC Window comparator mode

SPI1_STC

39 - SPI1 Serial Transfer Complete

TWI1

40 - TWI Transfer Complete

TIMER4_CAPT

41 - Timer/Counter4 Capture Event

TIMER4_COMPA

42 - Timer/Counter4 Compare Match A

TIMER4_COMPB

43 - Timer/Counter4 Compare Match B

TIMER4_OVF

44 - Timer/Counter4 Overflow

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.