#[repr(u8)]pub enum Sckbdiffopt {
VAL1 = 0,
VAL0 = 1,
}Variants§
VAL1 = 0
Use B_SCLK pad as port B SCLK clock output. Port B flash memory access is available.
VAL0 = 1
Use B_SCLK pad as port A SCLK inverted clock output (Differential clock to A_SCLK). Port B flash memory access is not available.
Implementations§
Source§impl Sckbdiffopt
impl Sckbdiffopt
Trait Implementations§
Source§impl Clone for Sckbdiffopt
impl Clone for Sckbdiffopt
Source§fn clone(&self) -> Sckbdiffopt
fn clone(&self) -> Sckbdiffopt
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 Sckbdiffopt
impl Debug for Sckbdiffopt
Source§impl From<Sckbdiffopt> for u8
impl From<Sckbdiffopt> for u8
Source§fn from(val: Sckbdiffopt) -> u8
fn from(val: Sckbdiffopt) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sckbdiffopt
impl From<u8> for Sckbdiffopt
Source§fn from(val: u8) -> Sckbdiffopt
fn from(val: u8) -> Sckbdiffopt
Converts to this type from the input type.
Source§impl Ord for Sckbdiffopt
impl Ord for Sckbdiffopt
Source§fn cmp(&self, other: &Sckbdiffopt) -> Ordering
fn cmp(&self, other: &Sckbdiffopt) -> 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 Sckbdiffopt
impl PartialEq for Sckbdiffopt
Source§impl PartialOrd for Sckbdiffopt
impl PartialOrd for Sckbdiffopt
impl Copy for Sckbdiffopt
impl Eq for Sckbdiffopt
impl StructuralPartialEq for Sckbdiffopt
Auto Trait Implementations§
impl Freeze for Sckbdiffopt
impl RefUnwindSafe for Sckbdiffopt
impl Send for Sckbdiffopt
impl Sync for Sckbdiffopt
impl Unpin for Sckbdiffopt
impl UnwindSafe for Sckbdiffopt
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