Enum avr_device::atmega4809::ccl::intctrl0::INTMODE2_A [−][src]
#[repr(u8)]
pub enum INTMODE2_A {
INTDISABLE,
RISING,
FALLING,
BOTH,
}Expand description
Interrupt Mode for LUT2
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.