Struct RadioFsmUsr
#[repr(transparent)]pub struct RadioFsmUsr(pub u32);Expand description
RADIO_FSM_USR register.
Tuple Fields§
§0: u32Implementations§
§impl RadioFsmUsr
impl RadioFsmUsr
pub const fn en_calib_cbp(&self) -> bool
pub const fn en_calib_cbp(&self) -> bool
CBP calibration enable bit.
pub fn set_en_calib_cbp(&mut self, val: bool)
pub fn set_en_calib_cbp(&mut self, val: bool)
CBP calibration enable bit.
pub const fn en_calib_synth(&self) -> bool
pub const fn en_calib_synth(&self) -> bool
SYNTH calibration enable bit.
pub fn set_en_calib_synth(&mut self, val: bool)
pub fn set_en_calib_synth(&mut self, val: bool)
SYNTH calibration enable bit.
pub fn set_pa_power(&mut self, val: u8)
pub fn set_pa_power(&mut self, val: u8)
PA Power coefficient.
Trait Implementations§
§impl Clone for RadioFsmUsr
impl Clone for RadioFsmUsr
§fn clone(&self) -> RadioFsmUsr
fn clone(&self) -> RadioFsmUsr
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 RadioFsmUsr
impl Debug for RadioFsmUsr
§impl Default for RadioFsmUsr
impl Default for RadioFsmUsr
§fn default() -> RadioFsmUsr
fn default() -> RadioFsmUsr
Returns the “default value” for a type. Read more
§impl PartialEq for RadioFsmUsr
impl PartialEq for RadioFsmUsr
impl Copy for RadioFsmUsr
impl Eq for RadioFsmUsr
impl StructuralPartialEq for RadioFsmUsr
Auto Trait Implementations§
impl Freeze for RadioFsmUsr
impl RefUnwindSafe for RadioFsmUsr
impl Send for RadioFsmUsr
impl Sync for RadioFsmUsr
impl Unpin for RadioFsmUsr
impl UnwindSafe for RadioFsmUsr
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