#[repr(u8)]
pub enum SRC_A {
XOSC,
GCLKIN,
GCLKGEN1,
OSCULP32K,
OSC32K,
XOSC32K,
OSC8M,
DFLL48M,
DPLL96M,
}
Expand description
Source Select
Value on reset: 0
Variants
XOSC
0: XOSC oscillator output
GCLKIN
1: Generator input pad
GCLKGEN1
2: Generic clock generator 1 output
OSCULP32K
3: OSCULP32K oscillator output
OSC32K
4: OSC32K oscillator output
XOSC32K
5: XOSC32K oscillator output
OSC8M
6: OSC8M oscillator output
DFLL48M
7: DFLL48M output
DPLL96M
8: DPLL96M 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