pub enum CrystalBypass {
Enable,
Disable,
}Expand description
Crystal bypass selector
Variants§
Enable
If the clock driving circuitry is bypassed i.e. using an oscillator
Disable
If the clock driving circuitry is not bypassed i.e. using a crystal or resonator
Trait Implementations§
Source§impl Clone for CrystalBypass
impl Clone for CrystalBypass
Source§fn clone(&self) -> CrystalBypass
fn clone(&self) -> CrystalBypass
Returns a duplicate 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 CrystalBypass
impl Debug for CrystalBypass
Source§impl PartialEq for CrystalBypass
impl PartialEq for CrystalBypass
impl Copy for CrystalBypass
impl StructuralPartialEq for CrystalBypass
Auto Trait Implementations§
impl Freeze for CrystalBypass
impl RefUnwindSafe for CrystalBypass
impl Send for CrystalBypass
impl Sync for CrystalBypass
impl Unpin for CrystalBypass
impl UnwindSafe for CrystalBypass
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