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