pub enum Sckselselect {
Mckdiv = 0,
Sckpin = 1,
}
Expand description
Serial Clock Select
Value on reset: 0
Variants§
Mckdiv = 0
0: Divided Master Clock n is used as Serial Clock n source
Sckpin = 1
1: SCKn input pin is used as Serial Clock n source
Trait Implementations§
Source§impl Clone for Sckselselect
impl Clone for Sckselselect
Source§fn clone(&self) -> Sckselselect
fn clone(&self) -> Sckselselect
Returns a copy 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 Sckselselect
impl Debug for Sckselselect
Source§impl From<Sckselselect> for bool
impl From<Sckselselect> for bool
Source§fn from(variant: Sckselselect) -> Self
fn from(variant: Sckselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sckselselect
impl PartialEq for Sckselselect
impl Copy for Sckselselect
impl Eq for Sckselselect
impl StructuralPartialEq for Sckselselect
Auto Trait Implementations§
impl Freeze for Sckselselect
impl RefUnwindSafe for Sckselselect
impl Send for Sckselselect
impl Sync for Sckselselect
impl Unpin for Sckselselect
impl UnwindSafe for Sckselselect
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