#[repr(u16)]pub enum FREQ_RANGE_A {
_1_15MHZ = 2_720,
RESERVED_1 = 2_721,
RESERVED_2 = 2_722,
RESERVED_3 = 2_723,
}
Expand description
Frequency range. This resets to 0xAA0 and cannot be changed.
Value on reset: 0
Variants§
_1_15MHZ = 2_720
2720: 101010100000
RESERVED_1 = 2_721
2721: 101010100001
RESERVED_2 = 2_722
2722: 101010100010
RESERVED_3 = 2_723
2723: 101010100011
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 u16
impl From<FREQ_RANGE_A> for u16
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