#[repr(u8)]
pub enum SRC_A {
XOSC0,
XOSC1,
GCLKIN,
GCLKGEN1,
OSCULP32K,
XOSC32K,
DFLL,
DPLL0,
DPLL1,
}
Expand description
Source Select
Value on reset: 0
Variants
XOSC0
0: XOSC0 oscillator output
XOSC1
1: XOSC1 oscillator output
GCLKIN
2: Generator input pad
GCLKGEN1
3: Generic clock generator 1 output
OSCULP32K
4: OSCULP32K oscillator output
XOSC32K
5: XOSC32K oscillator output
DFLL
6: DFLL output
DPLL0
7: DPLL0 output
DPLL1
8: DPLL1 output
Trait Implementations
impl Copy for SRC_A
impl StructuralPartialEq for SRC_A
Auto Trait Implementations
impl RefUnwindSafe for SRC_A
impl Send for SRC_A
impl Sync for SRC_A
impl Unpin for SRC_A
impl UnwindSafe for SRC_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more