[−][src]Enum avr_device::attiny84::Interrupt
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
Implementations
impl Interrupt[src]
Trait Implementations
impl Clone for Interrupt[src]
fn clone(&self) -> Interrupt[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Interrupt[src]
impl Debug for Interrupt[src]
impl Eq for Interrupt[src]
impl Nr for Interrupt[src]
impl PartialEq<Interrupt> for Interrupt[src]
impl StructuralEq for Interrupt[src]
impl StructuralPartialEq for Interrupt[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,