#[repr(u8)]
pub enum SEQSEL_A {
DISABLE,
DFF,
JK,
LATCH,
RS,
}
Expand description
Sequential Selection
Value on reset: 0
Variants
DISABLE
0: Sequential logic is disabled
DFF
1: D flip flop
JK
2: JK flip flop
LATCH
3: D latch
RS
4: RS latch
Trait Implementations
impl Copy for SEQSEL_A
impl StructuralPartialEq for SEQSEL_A
Auto Trait Implementations
impl RefUnwindSafe for SEQSEL_A
impl Send for SEQSEL_A
impl Sync for SEQSEL_A
impl Unpin for SEQSEL_A
impl UnwindSafe for SEQSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more