pub enum CLKSEL_A {
CLK0,
CLK1,
}
Expand description
Clock Unit Selection
Value on reset: 0
Variants
CLK0
0: Use Clock Unit 0
CLK1
1: Use Clock Unit 1
Trait Implementations
impl Copy for CLKSEL_A
impl StructuralPartialEq for CLKSEL_A
Auto Trait Implementations
impl RefUnwindSafe for CLKSEL_A
impl Send for CLKSEL_A
impl Sync for CLKSEL_A
impl Unpin for CLKSEL_A
impl UnwindSafe for CLKSEL_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