Enum avr_device::attiny85::Interrupt [−][src]
#[repr(u16)]
pub enum Interrupt {
Show 15 variants
RESET,
INT0,
PCINT0,
TIMER1_COMPA,
TIMER1_OVF,
TIMER0_OVF,
EE_RDY,
ANA_COMP,
ADC,
TIMER1_COMPB,
TIMER0_COMPA,
TIMER0_COMPB,
WDT,
USI_START,
USI_OVF,
}Expand description
Enumeration of all the interrupts.
Variants
0 - External Pin, Power-on Reset, Brown-out Reset,Watchdog Reset
1 - External Interrupt 0
2 - Pin change Interrupt Request 0
3 - Timer/Counter1 Compare Match 1A
4 - Timer/Counter1 Overflow
5 - Timer/Counter0 Overflow
6 - EEPROM Ready
7 - Analog comparator
8 - ADC Conversion ready
9 - Timer/Counter1 Compare Match B
10 - Timer/Counter0 Compare Match A
11 - Timer/Counter0 Compare Match B
12 - Watchdog Time-out
13 - USI START
14 - USI Overflow