#[repr(u8)]pub enum Clock {
FRO = 0,
MAIN_CLK = 1,
SYS_PLL = 2,
NONE = 3,
}Expand description
Clock sources for the FRG
Can be passed to FRG::select_clock.
Clock source for frgN_src clock
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SEL_A
impl StructuralPartialEq for SEL_A
Auto Trait Implementations§
impl Freeze for SEL_A
impl RefUnwindSafe for SEL_A
impl Send for SEL_A
impl Sync for SEL_A
impl Unpin for SEL_A
impl UnwindSafe for SEL_A
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