#[repr(u8)]pub enum McrMsel {
MCLK1 = 0,
_RESERVED_1 = 1,
MCLK2 = 2,
MCLK3 = 3,
}Variants§
MCLK1 = 0
Controller clock (MCLK) option 1
_RESERVED_1 = 1
MCLK2 = 2
Controller clock (MCLK) option 2
MCLK3 = 3
Controller clock (MCLK) option 3
Implementations§
Trait Implementations§
Source§impl Ord for McrMsel
impl Ord for McrMsel
Source§impl PartialOrd for McrMsel
impl PartialOrd for McrMsel
impl Copy for McrMsel
impl Eq for McrMsel
impl StructuralPartialEq for McrMsel
Auto Trait Implementations§
impl Freeze for McrMsel
impl RefUnwindSafe for McrMsel
impl Send for McrMsel
impl Sync for McrMsel
impl Unpin for McrMsel
impl UnwindSafe for McrMsel
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