Enum avr_device::attiny2313::Interrupt [−][src]
#[repr(u16)]
pub enum Interrupt {
Show 19 variants
RESET,
INT0,
INT1,
TIMER1_CAPT,
TIMER1_COMPA,
TIMER1_OVF,
TIMER0_OVF,
USART_RX,
USART_UDRE,
USART_TX,
ANA_COMP,
PCINT,
TIMER1_COMPB,
TIMER0_COMPA,
TIMER0_COMPB,
USI_START,
USI_OVERFLOW,
EEPROM_READY,
WDT_OVERFLOW,
}Expand description
Enumeration of all the interrupts.
Variants
0 - External Reset, Power-on Reset and Watchdog Reset
1 - External Interrupt Request 0
2 - External Interrupt Request 1
3 - Timer/Counter1 Capture Event
4 - Timer/Counter1 Compare Match A
5 - Timer/Counter1 Overflow
6 - Timer/Counter0 Overflow
7 - USART, Rx Complete
8 - USART Data Register Empty
9 - USART, Tx Complete
10 - Analog Comparator
11 - No Description.
12 - No Description.
13 - No Description.
14 - No Description.
15 - USI Start Condition
16 - USI Overflow
17 - No Description.
18 - Watchdog Timer Overflow