Enum avr_device::attiny841::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show variants RESET, INT0, PCINT0, PCINT1, WDT, TIMER1_CAPT, TIMER1_COMPA, TIMER1_COMPB, TIMER1_OVF, TIMER0_COMPA, TIMER0_COMPB, TIMER0_OVF, ANA_COMP0, ADC, EE_RDY, ANA_COMP1, TIMER2_CAPT, TIMER2_COMPA, TIMER2_COMPB, TIMER2_OVF, SPI, USART0_START, USART0_RX, USART0_UDRE, USART0_TX, USART1_START, USART1_RX, USART1_UDRE, USART1_TX, TWI_SLAVE,
}
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

PCINT0

2 - Pin Change Interrupt Request 0

PCINT1

3 - Pin Change Interrupt Request 1

WDT

4 - Watchdog Time-out Interrupt

TIMER1_CAPT

5 - Timer/Counter1 Capture Event

TIMER1_COMPA

6 - Timer/Counter1 Compare Match A

TIMER1_COMPB

7 - Timer/Counter1 Compare Match B

TIMER1_OVF

8 - Timer/Counter1 Overflow

TIMER0_COMPA

9 - TimerCounter0 Compare Match A

TIMER0_COMPB

10 - TimerCounter0 Compare Match B

TIMER0_OVF

11 - Timer/Couner0 Overflow

ANA_COMP0

12 - Analog Comparator 0

ADC

13 - ADC Conversion Complete

EE_RDY

14 - EEPROM Ready

ANA_COMP1

15 - Analog Comparator 1

TIMER2_CAPT

16 - Timer/Counter2 Capture Event

TIMER2_COMPA

17 - Timer/Counter2 Compare Match A

TIMER2_COMPB

18 - Timer/Counter2 Compare Match B

TIMER2_OVF

19 - Timer/Counter2 Overflow

SPI

20 - Serial Peripheral Interface

USART0_START

21 - USART0, Start

USART0_RX

22 - USART0, Rx Complete

USART0_UDRE

23 - USART0 Data Register Empty

USART0_TX

24 - USART0, Tx Complete

USART1_START

25 - USART1, Start

USART1_RX

26 - USART1, Rx Complete

USART1_UDRE

27 - USART1 Data Register Empty

USART1_TX

28 - USART1, Tx Complete

TWI_SLAVE

29 - Two-wire Serial Interface

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.