pub enum CLKGSEL_A {
    DIV,
    PROG,
}Expand description
Clock Generator Select
Value on reset: 0
Variants
DIV
0: Divided Clock Mode
PROG
1: Programmable Clock Mode
Trait Implementations
impl Copy for CLKGSEL_A
impl StructuralPartialEq for CLKGSEL_A
Auto Trait Implementations
impl RefUnwindSafe for CLKGSEL_A
impl Send for CLKGSEL_A
impl Sync for CLKGSEL_A
impl Unpin for CLKGSEL_A
impl UnwindSafe for CLKGSEL_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