Enum avr_device::attiny861::Interrupt [−][src]
#[repr(u16)]
pub enum Interrupt {
Show 19 variants
RESET,
INT0,
PCINT,
TIMER1_COMPA,
TIMER1_COMPB,
TIMER1_OVF,
TIMER0_OVF,
USI_START,
USI_OVF,
EE_RDY,
ANA_COMP,
ADC,
WDT,
INT1,
TIMER0_COMPA,
TIMER0_COMPB,
TIMER0_CAPT,
TIMER1_COMPD,
FAULT_PROTECTION,
}Expand description
Enumeration of all the interrupts.
Variants
0 - External Reset, Power-on Reset and Watchdog Reset
1 - External Interrupt 0
2 - Pin Change Interrupt
3 - Timer/Counter1 Compare Match 1A
4 - Timer/Counter1 Compare Match 1B
5 - Timer/Counter1 Overflow
6 - Timer/Counter0 Overflow
7 - USI Start
8 - USI Overflow
9 - EEPROM Ready
10 - Analog Comparator
11 - ADC Conversion Complete
12 - Watchdog Time-Out
13 - External Interrupt 1
14 - Timer/Counter0 Compare Match A
15 - Timer/Counter0 Compare Match B
16 - ADC Conversion Complete
17 - Timer/Counter1 Compare Match D
18 - Timer/Counter1 Fault Protection