Enum avr_device::attiny84::Interrupt [−][src]
#[repr(u16)]
pub enum Interrupt {
Show 17 variants
RESET,
EXT_INT0,
PCINT0,
PCINT1,
WDT,
TIM1_CAPT,
TIM1_COMPA,
TIM1_COMPB,
TIM1_OVF,
TIM0_COMPA,
TIM0_COMPB,
TIM0_OVF,
ANA_COMP,
ADC,
EE_RDY,
USI_STR,
USI_OVF,
}Expand description
Enumeration of all the interrupts.
Variants
0 - External Pin, Power-on Reset, Brown-out Reset,Watchdog Reset
1 - External Interrupt Request 0
2 - Pin Change Interrupt Request 0
3 - Pin Change Interrupt Request 1
4 - Watchdog Time-out
5 - Timer/Counter1 Capture Event
6 - Timer/Counter1 Compare Match A
7 - Timer/Counter1 Compare Match B
8 - Timer/Counter1 Overflow
9 - Timer/Counter0 Compare Match A
10 - Timer/Counter0 Compare Match B
11 - Timer/Counter0 Overflow
12 - Analog Comparator
13 - ADC Conversion Complete
14 - EEPROM Ready
15 - USI START
16 - USI Overflow