Enum rp2040_pac::clocks::clk_ref_ctrl::AUXSRC_A
source · #[repr(u8)]pub enum AUXSRC_A {
CLKSRC_PLL_USB = 0,
CLKSRC_GPIN0 = 1,
CLKSRC_GPIN1 = 2,
}
Expand description
Selects the auxiliary clock source, will glitch when switching
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for AUXSRC_A
impl Eq for AUXSRC_A
impl StructuralPartialEq for AUXSRC_A
Auto Trait Implementations§
impl Freeze for AUXSRC_A
impl RefUnwindSafe for AUXSRC_A
impl Send for AUXSRC_A
impl Sync for AUXSRC_A
impl Unpin for AUXSRC_A
impl UnwindSafe for AUXSRC_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)