pub enum SCKSEL_A {
MCKDIV,
SCKPIN,
}
Expand description
Serial Clock Select
Value on reset: 0
Variants
MCKDIV
0: Divided Master Clock n is used as Serial Clock n source
SCKPIN
1: SCKn input pin is used as Serial Clock n source
Trait Implementations
impl Copy for SCKSEL_A
impl StructuralPartialEq for SCKSEL_A
Auto Trait Implementations
impl RefUnwindSafe for SCKSEL_A
impl Send for SCKSEL_A
impl Sync for SCKSEL_A
impl Unpin for SCKSEL_A
impl UnwindSafe for SCKSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more