#[repr(u8)]pub enum Tcr2Msel {
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 Tcr2Msel
impl Ord for Tcr2Msel
Source§impl PartialOrd for Tcr2Msel
impl PartialOrd for Tcr2Msel
impl Copy for Tcr2Msel
impl Eq for Tcr2Msel
impl StructuralPartialEq for Tcr2Msel
Auto Trait Implementations§
impl Freeze for Tcr2Msel
impl RefUnwindSafe for Tcr2Msel
impl Send for Tcr2Msel
impl Sync for Tcr2Msel
impl Unpin for Tcr2Msel
impl UnwindSafe for Tcr2Msel
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