#[repr(u8)]pub enum Rxdelayopt {
Val0 = 0,
Val1 = 1,
Val2 = 2,
Val3 = 3,
}Variants§
Val0 = 0
FlexSPI will sample RX data lines 4 cycles after SCLK edge.
Val1 = 1
FlexSPI will sample RX data lines 5 cycles after SCLK edge.
Val2 = 2
FlexSPI will sample RX data lines 6 cycles after SCLK edge.
Val3 = 3
FlexSPI will sample RX data lines 7 cycles after SCLK edge.
Implementations§
Source§impl Rxdelayopt
impl Rxdelayopt
Trait Implementations§
Source§impl Clone for Rxdelayopt
impl Clone for Rxdelayopt
Source§fn clone(&self) -> Rxdelayopt
fn clone(&self) -> Rxdelayopt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Rxdelayopt
impl Debug for Rxdelayopt
Source§impl From<Rxdelayopt> for u8
impl From<Rxdelayopt> for u8
Source§fn from(val: Rxdelayopt) -> u8
fn from(val: Rxdelayopt) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Rxdelayopt
impl From<u8> for Rxdelayopt
Source§fn from(val: u8) -> Rxdelayopt
fn from(val: u8) -> Rxdelayopt
Converts to this type from the input type.
Source§impl Ord for Rxdelayopt
impl Ord for Rxdelayopt
Source§fn cmp(&self, other: &Rxdelayopt) -> Ordering
fn cmp(&self, other: &Rxdelayopt) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Rxdelayopt
impl PartialEq for Rxdelayopt
Source§impl PartialOrd for Rxdelayopt
impl PartialOrd for Rxdelayopt
impl Copy for Rxdelayopt
impl Eq for Rxdelayopt
impl StructuralPartialEq for Rxdelayopt
Auto Trait Implementations§
impl Freeze for Rxdelayopt
impl RefUnwindSafe for Rxdelayopt
impl Send for Rxdelayopt
impl Sync for Rxdelayopt
impl Unpin for Rxdelayopt
impl UnwindSafe for Rxdelayopt
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