pub enum ClockSelect {
Hbo = 0,
XtalN = 1,
Pll = 2,
XtalOsc = 3,
}Expand description
Refer to chapter 8 (p.57) of the programmers guide for detailed information.
Variants§
Trait Implementations§
Source§impl Clone for ClockSelect
impl Clone for ClockSelect
Source§fn clone(&self) -> ClockSelect
fn clone(&self) -> ClockSelect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClockSelect
Source§impl Debug for ClockSelect
impl Debug for ClockSelect
impl Eq for ClockSelect
Source§impl Format for ClockSelect
impl Format for ClockSelect
Source§impl PartialEq for ClockSelect
impl PartialEq for ClockSelect
impl StructuralPartialEq for ClockSelect
Auto Trait Implementations§
impl Freeze for ClockSelect
impl RefUnwindSafe for ClockSelect
impl Send for ClockSelect
impl Sync for ClockSelect
impl Unpin for ClockSelect
impl UnsafeUnpin for ClockSelect
impl UnwindSafe for ClockSelect
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