Rfcu

Struct Rfcu 

Source
pub struct Rfcu { /* private fields */ }

Implementations§

Source§

impl Rfcu

Source

pub const fn rf_adci_dc_offset_reg( &self, ) -> &'static Reg<RfAdciDcOffsetReg_SPEC, RW>

Source

pub const fn rf_adcq_dc_offset_reg( &self, ) -> &'static Reg<RfAdcqDcOffsetReg_SPEC, RW>

Source

pub const fn rf_adc_ctrl1_reg(&self) -> &'static Reg<RfAdcCtrl1Reg_SPEC, RW>

Source

pub const fn rf_adc_ctrl2_reg(&self) -> &'static Reg<RfAdcCtrl2Reg_SPEC, RW>

Source

pub const fn rf_adc_ctrl3_reg(&self) -> &'static Reg<RfAdcCtrl3Reg_SPEC, RW>

Source

pub const fn rf_adplldig_ctrl_reg( &self, ) -> &'static Reg<RfAdplldigCtrlReg_SPEC, RW>

Source

pub const fn rf_adplldig_rfmon_ctrl_reg( &self, ) -> &'static Reg<RfAdplldigRfmonCtrlReg_SPEC, RW>

Source

pub const fn rf_agc_ext_lut_reg(&self) -> &'static Reg<RfAgcExtLutReg_SPEC, RW>

Source

pub const fn rf_attr_reg(&self) -> &'static Reg<RfAttrReg_SPEC, RW>

Source

pub const fn rf_calstate_reg(&self) -> &'static Reg<RfCalstateReg_SPEC, RW>

Source

pub const fn rf_cal_ctrl_reg(&self) -> &'static Reg<RfCalCtrlReg_SPEC, RW>

Source

pub const fn rf_diagirq_ctrl_reg( &self, ) -> &'static Reg<RfDiagirqCtrlReg_SPEC, RW>

Source

pub const fn rf_diagirq_stat_reg( &self, ) -> &'static Reg<RfDiagirqStatReg_SPEC, RW>

Source

pub const fn rf_iff_ctrl_reg(&self) -> &'static Reg<RfIffCtrlReg_SPEC, RW>

Source

pub const fn rf_io_ctrl_reg(&self) -> &'static Reg<RfIoCtrlReg_SPEC, RW>

Source

pub const fn rf_irq_ctrl_reg(&self) -> &'static Reg<RfIrqCtrlReg_SPEC, RW>

Source

pub const fn rf_ldo_ctrl_reg(&self) -> &'static Reg<RfLdoCtrlReg_SPEC, RW>

Source

pub const fn rf_ldo_status_reg(&self) -> &'static Reg<RfLdoStatusReg_SPEC, RW>

Source

pub const fn rf_ldo_vref_sel_reg( &self, ) -> &'static Reg<RfLdoVrefSelReg_SPEC, RW>

Source

pub const fn rf_lna_ctrl1_reg(&self) -> &'static Reg<RfLnaCtrl1Reg_SPEC, RW>

Source

pub const fn rf_lna_ctrl2_reg(&self) -> &'static Reg<RfLnaCtrl2Reg_SPEC, RW>

Source

pub const fn rf_lna_ctrl3_reg(&self) -> &'static Reg<RfLnaCtrl3Reg_SPEC, RW>

Source

pub const fn rf_mixer_ctrl1_reg(&self) -> &'static Reg<RfMixerCtrl1Reg_SPEC, RW>

Source

pub const fn rf_mixer_ctrl2_reg(&self) -> &'static Reg<RfMixerCtrl2Reg_SPEC, RW>

Source

pub const fn rf_overrule_reg(&self) -> &'static Reg<RfOverruleReg_SPEC, RW>

Source

pub const fn rf_pa_ctrl_reg(&self) -> &'static Reg<RfPaCtrlReg_SPEC, RW>

Source

pub const fn rf_radio_init_reg(&self) -> &'static Reg<RfRadioInitReg_SPEC, RW>

Source

pub const fn rf_rfcu_ctrl_reg(&self) -> &'static Reg<RfRfcuCtrlReg_SPEC, RW>

Source

pub const fn rf_scan_feedback_reg( &self, ) -> &'static Reg<RfScanFeedbackReg_SPEC, RW>

Source

pub const fn rf_spare_reg(&self) -> &'static Reg<RfSpareReg_SPEC, RW>

Trait Implementations§

Source§

impl Clone for Rfcu

Source§

fn clone(&self) -> Rfcu

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl PartialEq for Rfcu

Source§

fn eq(&self, other: &Rfcu) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for Rfcu

Source§

impl Eq for Rfcu

Source§

impl Send for Rfcu

RFCU registers

Source§

impl StructuralPartialEq for Rfcu

Source§

impl Sync for Rfcu

Auto Trait Implementations§

§

impl Freeze for Rfcu

§

impl RefUnwindSafe for Rfcu

§

impl Unpin for Rfcu

§

impl UnwindSafe for Rfcu

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.