#[repr(u8)]pub enum Dtocv {
Show 16 variants
DTOCV_X = 0,
DTOCV_W = 1,
DTOCV_V = 2,
DTOCV_U = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
DTOCV_T = 13,
DTOCV_S = 14,
_RESERVED_f = 15,
}Variants§
DTOCV_X = 0
SDCLK x 2 32
DTOCV_W = 1
SDCLK x 2 33
DTOCV_V = 2
SDCLK x 2 18
DTOCV_U = 3
SDCLK x 2 19
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
DTOCV_T = 13
SDCLK x 2 29, recommend to use for supported speed modes except SDR104 mode
DTOCV_S = 14
SDCLK x 2 30, recommend to use for SDR104 mode
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Dtocv
impl Ord for Dtocv
Source§impl PartialOrd for Dtocv
impl PartialOrd for Dtocv
impl Copy for Dtocv
impl Eq for Dtocv
impl StructuralPartialEq for Dtocv
Auto Trait Implementations§
impl Freeze for Dtocv
impl RefUnwindSafe for Dtocv
impl Send for Dtocv
impl Sync for Dtocv
impl Unpin for Dtocv
impl UnwindSafe for Dtocv
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