#[repr(u8)]
pub enum REFCLK_A {
REF0,
REF1,
GCLK,
}
Expand description
Reference Clock Selection
Value on reset: 0
Variants
REF0
0: CLK_DPLL_REF0 clock reference
REF1
1: CLK_DPLL_REF1 clock reference
GCLK
2: GCLK_DPLL clock reference
Trait Implementations
impl Copy for REFCLK_A
impl StructuralPartialEq for REFCLK_A
Auto Trait Implementations
impl RefUnwindSafe for REFCLK_A
impl Send for REFCLK_A
impl Sync for REFCLK_A
impl Unpin for REFCLK_A
impl UnwindSafe for REFCLK_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