pub enum FREQRANGE_A {
LOW,
HIGH,
}Expand description
Determines frequency range for Low-power oscillator.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for FREQRANGE_A
impl Clone for FREQRANGE_A
Source§fn clone(&self) -> FREQRANGE_A
fn clone(&self) -> FREQRANGE_A
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 FREQRANGE_A
Source§impl Debug for FREQRANGE_A
impl Debug for FREQRANGE_A
Source§impl From<FREQRANGE_A> for bool
impl From<FREQRANGE_A> for bool
Source§fn from(variant: FREQRANGE_A) -> Self
fn from(variant: FREQRANGE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FREQRANGE_A
impl PartialEq for FREQRANGE_A
Source§fn eq(&self, other: &FREQRANGE_A) -> bool
fn eq(&self, other: &FREQRANGE_A) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FREQRANGE_A
Auto Trait Implementations§
impl Freeze for FREQRANGE_A
impl RefUnwindSafe for FREQRANGE_A
impl Send for FREQRANGE_A
impl Sync for FREQRANGE_A
impl Unpin for FREQRANGE_A
impl UnsafeUnpin for FREQRANGE_A
impl UnwindSafe for FREQRANGE_A
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