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