Enum avr_device::atmega8::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show variants RESET, INT0, INT1, TIMER2_COMP, TIMER2_OVF, TIMER1_CAPT, TIMER1_COMPA, TIMER1_COMPB, TIMER1_OVF, TIMER0_OVF, SPI_STC, USART_RXC, USART_UDRE, USART_TXC, ADC, EE_RDY, ANA_COMP, TWI, SPM_RDY,
}
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

TIMER2_COMP

3 - Timer/Counter2 Compare Match

TIMER2_OVF

4 - Timer/Counter2 Overflow

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_OVF

9 - Timer/Counter0 Overflow

SPI_STC

10 - Serial Transfer Complete

USART_RXC

11 - USART, Rx Complete

USART_UDRE

12 - USART Data Register Empty

USART_TXC

13 - USART, Tx Complete

ADC

14 - ADC Conversion Complete

EE_RDY

15 - EEPROM Ready

ANA_COMP

16 - Analog Comparator

TWI

17 - 2-wire Serial Interface

SPM_RDY

18 - Store Program Memory Ready

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.