#[repr(u8)]pub enum ClkOutSel {
CLK_OUT_SEL_0 = 0,
CLK_OUT_SEL_1 = 1,
}Variants§
CLK_OUT_SEL_0 = 0
CCM_CLKO1 output drives CCM_CLKO1 clock
CLK_OUT_SEL_1 = 1
CCM_CLKO1 output drives CCM_CLKO2 clock
Implementations§
Trait Implementations§
Source§impl Ord for ClkOutSel
impl Ord for ClkOutSel
Source§impl PartialOrd for ClkOutSel
impl PartialOrd for ClkOutSel
impl Copy for ClkOutSel
impl Eq for ClkOutSel
impl StructuralPartialEq for ClkOutSel
Auto Trait Implementations§
impl Freeze for ClkOutSel
impl RefUnwindSafe for ClkOutSel
impl Send for ClkOutSel
impl Sync for ClkOutSel
impl Unpin for ClkOutSel
impl UnwindSafe for ClkOutSel
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