Enum avr_device::atmega4809::ccl::intctrl0::INTMODE0_A [−][src]
#[repr(u8)]
pub enum INTMODE0_A {
INTDISABLE,
RISING,
FALLING,
BOTH,
}Expand description
Interrupt Mode for LUT0
Value on reset: 0
Variants
0: Interrupt disabled
1: Sense rising edge
2: Sense falling edge
3: Sense both edges
Trait Implementations
Performs the conversion.