Enum avr_device::atmega4809::ccl::seqctrl1::SEQSEL1_A
source · #[repr(u8)]pub enum SEQSEL1_A {
DISABLE = 0,
DFF = 1,
JK = 2,
LATCH = 3,
RS = 4,
}
Expand description
Sequential Selection
Value on reset: 0
Variants§
DISABLE = 0
0: Sequential logic disabled
DFF = 1
1: D FlipFlop
JK = 2
2: JK FlipFlop
LATCH = 3
3: D Latch
RS = 4
4: RS Latch
Trait Implementations§
impl Copy for SEQSEL1_A
impl Eq for SEQSEL1_A
impl StructuralPartialEq for SEQSEL1_A
Auto Trait Implementations§
impl Freeze for SEQSEL1_A
impl RefUnwindSafe for SEQSEL1_A
impl Send for SEQSEL1_A
impl Sync for SEQSEL1_A
impl Unpin for SEQSEL1_A
impl UnwindSafe for SEQSEL1_A
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)