#[repr(u8)]pub enum Srcselect {
Xosc0 = 0,
Xosc1 = 1,
Gclkin = 2,
Gclkgen1 = 3,
Osculp32k = 4,
Xosc32k = 5,
Dfll = 6,
Dpll0 = 7,
Dpll1 = 8,
}
Expand description
Source Select
Value on reset: 0
Variants§
Xosc0 = 0
0: XOSC0 oscillator output
Xosc1 = 1
1: XOSC1 oscillator output
Gclkin = 2
2: Generator input pad
Gclkgen1 = 3
3: Generic clock generator 1 output
Osculp32k = 4
4: OSCULP32K oscillator output
Xosc32k = 5
5: XOSC32K oscillator output
Dfll = 6
6: DFLL output
Dpll0 = 7
7: DPLL0 output
Dpll1 = 8
8: DPLL1 output
Trait Implementations§
impl Copy for Srcselect
impl Eq for Srcselect
impl IsEnum for Srcselect
impl StructuralPartialEq for Srcselect
Auto Trait Implementations§
impl Freeze for Srcselect
impl RefUnwindSafe for Srcselect
impl Send for Srcselect
impl Sync for Srcselect
impl Unpin for Srcselect
impl UnwindSafe for Srcselect
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