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