pub enum Clkgselselect {
Div = 0,
Prog = 1,
}
Expand description
Clock Generator Select Value for Initialization
Value on reset: 0
Variants§
Div = 0
0: Host Controller Ver2.00 Compatible Clock Generator (Divider)
Prog = 1
1: Programmable Clock Generator
Trait Implementations§
Source§impl Clone for Clkgselselect
impl Clone for Clkgselselect
Source§fn clone(&self) -> Clkgselselect
fn clone(&self) -> Clkgselselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Clkgselselect
impl Debug for Clkgselselect
Source§impl From<Clkgselselect> for bool
impl From<Clkgselselect> for bool
Source§fn from(variant: Clkgselselect) -> Self
fn from(variant: Clkgselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Clkgselselect
impl PartialEq for Clkgselselect
impl Copy for Clkgselselect
impl Eq for Clkgselselect
impl StructuralPartialEq for Clkgselselect
Auto Trait Implementations§
impl Freeze for Clkgselselect
impl RefUnwindSafe for Clkgselselect
impl Send for Clkgselselect
impl Sync for Clkgselselect
impl Unpin for Clkgselselect
impl UnwindSafe for Clkgselselect
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more