#[repr(u8)]pub enum CMD_WIDTH_A {
SINGLE = 0,
DUAL_IO = 1,
QUAD_IO = 2,
}Expand description
Command Width
Value on reset: 0
Variants§
SINGLE = 0
0: Single I/O used for Tx/Rx.
DUAL_IO = 1
1: Dual I/O lines used for Tx/Rx.
QUAD_IO = 2
2: Quad I/O lines used for Tx/Rx.
Trait Implementations§
Source§impl Clone for CMD_WIDTH_A
impl Clone for CMD_WIDTH_A
Source§fn clone(&self) -> CMD_WIDTH_A
fn clone(&self) -> CMD_WIDTH_A
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CMD_WIDTH_A
Source§impl Debug for CMD_WIDTH_A
impl Debug for CMD_WIDTH_A
Source§impl From<CMD_WIDTH_A> for u8
impl From<CMD_WIDTH_A> for u8
Source§fn from(variant: CMD_WIDTH_A) -> Self
fn from(variant: CMD_WIDTH_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CMD_WIDTH_A
impl PartialEq for CMD_WIDTH_A
impl StructuralPartialEq for CMD_WIDTH_A
Auto Trait Implementations§
impl Freeze for CMD_WIDTH_A
impl RefUnwindSafe for CMD_WIDTH_A
impl Send for CMD_WIDTH_A
impl Sync for CMD_WIDTH_A
impl Unpin for CMD_WIDTH_A
impl UnsafeUnpin for CMD_WIDTH_A
impl UnwindSafe for CMD_WIDTH_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