Struct Rfgaincalr
#[repr(transparent)]pub struct Rfgaincalr(pub u32);Expand description
radio gain calibration register
Tuple Fields§
§0: u32Implementations§
§impl Rfgaincalr
impl Rfgaincalr
pub fn set_gain1_cal(&mut self, val: u8)
pub fn set_gain1_cal(&mut self, val: u8)
Radio gain 1 calibration value
pub fn set_gain2_cal(&mut self, val: u8)
pub fn set_gain2_cal(&mut self, val: u8)
Radio gain 2 calibration value
pub fn set_gain3_cal(&mut self, val: u8)
pub fn set_gain3_cal(&mut self, val: u8)
Radio gain 3 calibration value
pub fn set_gain4_cal(&mut self, val: u8)
pub fn set_gain4_cal(&mut self, val: u8)
Radio gain 4 calibration value
Trait Implementations§
§impl Clone for Rfgaincalr
impl Clone for Rfgaincalr
§fn clone(&self) -> Rfgaincalr
fn clone(&self) -> Rfgaincalr
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 more§impl Debug for Rfgaincalr
impl Debug for Rfgaincalr
§impl Default for Rfgaincalr
impl Default for Rfgaincalr
§fn default() -> Rfgaincalr
fn default() -> Rfgaincalr
Returns the “default value” for a type. Read more
§impl PartialEq for Rfgaincalr
impl PartialEq for Rfgaincalr
impl Copy for Rfgaincalr
impl Eq for Rfgaincalr
impl StructuralPartialEq for Rfgaincalr
Auto Trait Implementations§
impl Freeze for Rfgaincalr
impl RefUnwindSafe for Rfgaincalr
impl Send for Rfgaincalr
impl Sync for Rfgaincalr
impl Unpin for Rfgaincalr
impl UnwindSafe for Rfgaincalr
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