#[repr(u8)]pub enum RxClkSrcDiff {
VALUE0 = 0,
VALUE1 = 1,
}Variants§
VALUE0 = 0
Use MCR0[RXCLKSRC] for Port A and Port B. MCR2[RXCLKSRC_B] is ignored and MCR0[RXCLKSRC] selects the Sample Clock source for Flash Reading of both ports A and B.
VALUE1 = 1
Use MCR0[RXCLKSRC] for Port A, and MCR2[RXCLKSRC_B] for Port B. MCR0[RXCLKSRC] selects the Sample Clock source for Flash Reading of port A (A_SCLK) and MCR2[RXCLKSRC_B] selects the Sample Clock source for Flash Reading of port B (B_SCLK).
Implementations§
Source§impl RxClkSrcDiff
impl RxClkSrcDiff
Trait Implementations§
Source§impl Clone for RxClkSrcDiff
impl Clone for RxClkSrcDiff
Source§fn clone(&self) -> RxClkSrcDiff
fn clone(&self) -> RxClkSrcDiff
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 RxClkSrcDiff
impl Debug for RxClkSrcDiff
Source§impl From<RxClkSrcDiff> for u8
impl From<RxClkSrcDiff> for u8
Source§fn from(val: RxClkSrcDiff) -> u8
fn from(val: RxClkSrcDiff) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RxClkSrcDiff
impl From<u8> for RxClkSrcDiff
Source§fn from(val: u8) -> RxClkSrcDiff
fn from(val: u8) -> RxClkSrcDiff
Converts to this type from the input type.
Source§impl Ord for RxClkSrcDiff
impl Ord for RxClkSrcDiff
Source§fn cmp(&self, other: &RxClkSrcDiff) -> Ordering
fn cmp(&self, other: &RxClkSrcDiff) -> 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 RxClkSrcDiff
impl PartialEq for RxClkSrcDiff
Source§impl PartialOrd for RxClkSrcDiff
impl PartialOrd for RxClkSrcDiff
impl Copy for RxClkSrcDiff
impl Eq for RxClkSrcDiff
impl StructuralPartialEq for RxClkSrcDiff
Auto Trait Implementations§
impl Freeze for RxClkSrcDiff
impl RefUnwindSafe for RxClkSrcDiff
impl Send for RxClkSrcDiff
impl Sync for RxClkSrcDiff
impl Unpin for RxClkSrcDiff
impl UnwindSafe for RxClkSrcDiff
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