Enum avr_device::atmega4809::ccl::seqctrl0::SEQSEL0_A
source · #[repr(u8)]pub enum SEQSEL0_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 SEQSEL0_A
impl Eq for SEQSEL0_A
impl StructuralPartialEq for SEQSEL0_A
Auto Trait Implementations§
impl Freeze for SEQSEL0_A
impl RefUnwindSafe for SEQSEL0_A
impl Send for SEQSEL0_A
impl Sync for SEQSEL0_A
impl Unpin for SEQSEL0_A
impl UnwindSafe for SEQSEL0_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
)