[−][src]Enum avr_device::atmega644::Interrupt
Enumeration of all the interrupts
Variants
0 - External Pin,Power-on Reset,Brown-out Reset,Watchdog Reset,and JTAG AVR Reset. See Datasheet.
1 - External Interrupt Request 0
2 - External Interrupt Request 1
3 - External Interrupt Request 2
4 - Pin Change Interrupt Request 0
5 - Pin Change Interrupt Request 1
6 - Pin Change Interrupt Request 2
7 - Pin Change Interrupt Request 3
8 - Watchdog Time-out Interrupt
9 - Timer/Counter2 Compare Match A
10 - Timer/Counter2 Compare Match B
11 - Timer/Counter2 Overflow
12 - Timer/Counter1 Capture Event
13 - Timer/Counter1 Compare Match A
14 - Timer/Counter1 Compare Match B
15 - Timer/Counter1 Overflow
16 - Timer/Counter0 Compare Match A
17 - Timer/Counter0 Compare Match B
18 - Timer/Counter0 Overflow
19 - SPI Serial Transfer Complete
20 - USART0, Rx Complete
21 - USART0 Data register Empty
22 - USART0, Tx Complete
23 - Analog Comparator
24 - ADC Conversion Complete
25 - EEPROM Ready
26 - 2-wire Serial Interface
27 - Store Program Memory Read
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>,