Enum avr_device::attiny88::Interrupt[][src]

#[repr(u16)]
pub enum Interrupt {
Show 20 variants RESET, INT0, INT1, PCINT0, PCINT1, PCINT2, PCINT3, WDT, TIMER1_CAPT, TIMER1_COMPA, TIMER1_COMPB, TIMER1_OVF, TIMER0_COMPA, TIMER0_COMPB, TIMER0_OVF, SPI_STC, ADC, EE_RDY, ANALOG_COMP, TWI,
}
Expand description

Enumeration of all the interrupts.

Variants

RESET

0 - External Pin, Power-on Reset, Brown-out Reset and Watchdog Reset

INT0

1 - External Interrupt Request 0

INT1

2 - External Interrupt Request 1

PCINT0

3 - Pin Change Interrupt Request 0

PCINT1

4 - Pin Change Interrupt Request 1

PCINT2

5 - Pin Change Interrupt Request 2

PCINT3

6 - Pin Change Interrupt Request 3

WDT

7 - Watchdog Time-out Interrupt

TIMER1_CAPT

8 - Timer/Counter1 Capture Event

TIMER1_COMPA

9 - Timer/Counter1 Compare Match A

TIMER1_COMPB

10 - Timer/Counter1 Compare Match B

TIMER1_OVF

11 - Timer/Counter1 Overflow

TIMER0_COMPA

12 - TimerCounter0 Compare Match A

TIMER0_COMPB

13 - TimerCounter0 Compare Match B

TIMER0_OVF

14 - Timer/Couner0 Overflow

SPI_STC

15 - SPI Serial Transfer Complete

ADC

16 - ADC Conversion Complete

EE_RDY

17 - EEPROM Ready

ANALOG_COMP

18 - Analog Comparator

TWI

19 - Two-wire Serial Interface

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.