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