pub enum CLKGSEL_A {
DIV,
PROG,
}
Expand description
Clock Generator Select Value for Initialization
Value on reset: 0
Variants
DIV
0: Host Controller Ver2.00 Compatible Clock Generator (Divider)
PROG
1: Programmable Clock Generator
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