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