pub enum CKSEL_A {
CLK_GCLK,
CLK_ULP32K,
}
Expand description
Clock Selection
Value on reset: 0
Variants
CLK_GCLK
0: Clocked by GCLK
CLK_ULP32K
1: Clocked by ULP32K
Trait Implementations
impl Copy for CKSEL_A
impl StructuralPartialEq for CKSEL_A
Auto Trait Implementations
impl RefUnwindSafe for CKSEL_A
impl Send for CKSEL_A
impl Sync for CKSEL_A
impl Unpin for CKSEL_A
impl UnwindSafe for CKSEL_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