Enum rp2040_pac::xosc::status::FREQ_RANGE_A
source · #[repr(u8)]pub enum FREQ_RANGE_A {
_1_15MHZ = 0,
RESERVED_1 = 1,
RESERVED_2 = 2,
RESERVED_3 = 3,
}
Expand description
The current frequency range setting, always reads 0
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for FREQ_RANGE_A
impl Clone for FREQ_RANGE_A
source§fn clone(&self) -> FREQ_RANGE_A
fn clone(&self) -> FREQ_RANGE_A
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 FREQ_RANGE_A
impl Debug for FREQ_RANGE_A
source§impl From<FREQ_RANGE_A> for u8
impl From<FREQ_RANGE_A> for u8
source§fn from(variant: FREQ_RANGE_A) -> Self
fn from(variant: FREQ_RANGE_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for FREQ_RANGE_A
impl PartialEq for FREQ_RANGE_A
impl Copy for FREQ_RANGE_A
impl Eq for FREQ_RANGE_A
impl StructuralPartialEq for FREQ_RANGE_A
Auto Trait Implementations§
impl Freeze for FREQ_RANGE_A
impl RefUnwindSafe for FREQ_RANGE_A
impl Send for FREQ_RANGE_A
impl Sync for FREQ_RANGE_A
impl Unpin for FREQ_RANGE_A
impl UnwindSafe for FREQ_RANGE_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)