Enum atsamd_hal::clock::v2::xosc32k::ControlGainMode
source · [−]pub enum ControlGainMode {
Standard,
HighSpeed,
}
Expand description
Gain mode for the XOSC32K control loop
The XOSC32K crystal oscillator control loop has a configurable gain to allow users to trade power for speed and stability.
Variants
Standard
HighSpeed
Trait Implementations
sourceimpl Clone for ControlGainMode
impl Clone for ControlGainMode
sourcefn clone(&self) -> ControlGainMode
fn clone(&self) -> ControlGainMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for ControlGainMode
impl Default for ControlGainMode
sourcefn default() -> ControlGainMode
fn default() -> ControlGainMode
Returns the “default value” for a type. Read more
sourceimpl From<ControlGainMode> for CGM_A
impl From<ControlGainMode> for CGM_A
sourcefn from(cgm: ControlGainMode) -> Self
fn from(cgm: ControlGainMode) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ControlGainMode> for ControlGainMode
impl PartialEq<ControlGainMode> for ControlGainMode
sourcefn eq(&self, other: &ControlGainMode) -> bool
fn eq(&self, other: &ControlGainMode) -> bool
impl Copy for ControlGainMode
impl Eq for ControlGainMode
impl StructuralEq for ControlGainMode
impl StructuralPartialEq for ControlGainMode
Auto Trait Implementations
impl RefUnwindSafe for ControlGainMode
impl Send for ControlGainMode
impl Sync for ControlGainMode
impl Unpin for ControlGainMode
impl UnwindSafe for ControlGainMode
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