Enum rp2040_pac::clocks::clk_rtc_ctrl::AUXSRC_A
source · #[repr(u8)]pub enum AUXSRC_A {
CLKSRC_PLL_USB = 0,
CLKSRC_PLL_SYS = 1,
ROSC_CLKSRC_PH = 2,
XOSC_CLKSRC = 3,
CLKSRC_GPIN0 = 4,
CLKSRC_GPIN1 = 5,
}
Expand description
Selects the auxiliary clock source, will glitch when switching
Value on reset: 0
Variants§
CLKSRC_PLL_USB = 0
0: 0
CLKSRC_PLL_SYS = 1
1: 1
ROSC_CLKSRC_PH = 2
2: 10
XOSC_CLKSRC = 3
3: 11
CLKSRC_GPIN0 = 4
4: 100
CLKSRC_GPIN1 = 5
5: 101
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
)