Enum avr_device::atmega4809::ccl::seqctrl1::SEQSEL1_A [−][src]
#[repr(u8)]
pub enum SEQSEL1_A {
DISABLE,
DFF,
JK,
LATCH,
RS,
}Expand description
Sequential Selection
Value on reset: 0
Variants
0: Sequential logic disabled
1: D FlipFlop
2: JK FlipFlop
3: D Latch
4: RS Latch