[−][src]Enum avr_device::atmega64::Interrupt
Enumeration of all the interrupts
Variants
0 - External Pin, Power-on Reset, Brown-out Reset, Watchdog Reset and JTAG AVR Reset
1 - External Interrupt Request 0
2 - External Interrupt Request 1
3 - External Interrupt Request 2
4 - External Interrupt Request 3
5 - External Interrupt Request 4
6 - External Interrupt Request 5
7 - External Interrupt Request 6
8 - External Interrupt Request 7
9 - Timer/Counter2 Compare Match
10 - Timer/Counter2 Overflow
11 - Timer/Counter1 Capture Event
12 - Timer/Counter1 Compare Match A
13 - Timer/Counter Compare Match B
14 - Timer/Counter1 Overflow
15 - Timer/Counter0 Compare Match
16 - Timer/Counter0 Overflow
17 - SPI Serial Transfer Complete
18 - USART0, Rx Complete
19 - USART0 Data Register Empty
20 - USART0, Tx Complete
21 - ADC Conversion Complete
22 - EEPROM Ready
23 - Analog Comparator
24 - Timer/Counter1 Compare Match C
25 - Timer/Counter3 Capture Event
26 - Timer/Counter3 Compare Match A
27 - Timer/Counter3 Compare Match B
28 - Timer/Counter3 Compare Match C
29 - Timer/Counter3 Overflow
30 - USART1, Rx Complete
31 - USART1, Data Register Empty
32 - USART1, Tx Complete
33 - 2-wire Serial Interface
34 - 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>,