pub enum MCKSEL_A {
GCLK,
MCKPIN,
}
Expand description
Master Clock Select
Value on reset: 0
Variants
GCLK
0: GCLK_I2S_n is used as Master Clock n source
MCKPIN
1: MCKn input pin is used as Master Clock n source
Trait Implementations
impl Copy for MCKSEL_A
impl StructuralPartialEq for MCKSEL_A
Auto Trait Implementations
impl RefUnwindSafe for MCKSEL_A
impl Send for MCKSEL_A
impl Sync for MCKSEL_A
impl Unpin for MCKSEL_A
impl UnwindSafe for MCKSEL_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