Adplldig

Struct Adplldig 

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

Implementations§

Source§

impl Adplldig

Source

pub const fn adpll_acc_ctrl_reg(&self) -> &'static Reg<AdpllAccCtrlReg_SPEC, RW>

Source

pub const fn adpll_anatst_ctrl_reg( &self, ) -> &'static Reg<AdpllAnatstCtrlReg_SPEC, RW>

Source

pub const fn adpll_anatst_rd_reg( &self, ) -> &'static Reg<AdpllAnatstRdReg_SPEC, RW>

Source

pub const fn adpll_ana_ctrl_reg(&self) -> &'static Reg<AdpllAnaCtrlReg_SPEC, RW>

Source

pub const fn adpll_attr_ctrl_reg( &self, ) -> &'static Reg<AdpllAttrCtrlReg_SPEC, RW>

Source

pub const fn adpll_cn_ctrl_reg(&self) -> &'static Reg<AdpllCnCtrlReg_SPEC, RW>

Source

pub const fn adpll_dcoamp_cal_ctrl_reg( &self, ) -> &'static Reg<AdpllDcoampCalCtrlReg_SPEC, RW>

Source

pub const fn adpll_dco_rd_reg(&self) -> &'static Reg<AdpllDcoRdReg_SPEC, RW>

Source

pub const fn adpll_div_ctrl_reg(&self) -> &'static Reg<AdpllDivCtrlReg_SPEC, RW>

Source

pub const fn adpll_fif_ctrl1_reg( &self, ) -> &'static Reg<AdpllFifCtrl1Reg_SPEC, RW>

Source

pub const fn adpll_fif_ctrl2_reg( &self, ) -> &'static Reg<AdpllFifCtrl2Reg_SPEC, RW>

Source

pub const fn adpll_freqmeas_rd_reg( &self, ) -> &'static Reg<AdpllFreqmeasRdReg_SPEC, RW>

Source

pub const fn adpll_fsm_ctrl_reg(&self) -> &'static Reg<AdpllFsmCtrlReg_SPEC, RW>

Source

pub const fn adpll_init_ctrl_reg( &self, ) -> &'static Reg<AdpllInitCtrlReg_SPEC, RW>

Source

pub const fn adpll_kdco_cal_ctrl1_reg( &self, ) -> &'static Reg<AdpllKdcoCalCtrl1Reg_SPEC, RW>

Source

pub const fn adpll_kdco_cal_ctrl2_reg( &self, ) -> &'static Reg<AdpllKdcoCalCtrl2Reg_SPEC, RW>

Source

pub const fn adpll_kdco_rd_reg(&self) -> &'static Reg<AdpllKdcoRdReg_SPEC, RW>

Source

pub const fn adpll_kdtctdc_cal_ctrl1_reg( &self, ) -> &'static Reg<AdpllKdtctdcCalCtrl1Reg_SPEC, RW>

Source

pub const fn adpll_kdtctdc_cal_ctrl2_reg( &self, ) -> &'static Reg<AdpllKdtctdcCalCtrl2Reg_SPEC, RW>

Source

pub const fn adpll_kdtc_rd_reg(&self) -> &'static Reg<AdpllKdtcRdReg_SPEC, RW>

Source

pub const fn adpll_lf_ctrl1_reg(&self) -> &'static Reg<AdpllLfCtrl1Reg_SPEC, RW>

Source

pub const fn adpll_lf_ctrl2_reg(&self) -> &'static Reg<AdpllLfCtrl2Reg_SPEC, RW>

Source

pub const fn adpll_misc_ctrl_reg( &self, ) -> &'static Reg<AdpllMiscCtrlReg_SPEC, RW>

Source

pub const fn adpll_mon_ctrl_reg(&self) -> &'static Reg<AdpllMonCtrlReg_SPEC, RW>

Source

pub const fn adpll_overrule_ctrl1_reg( &self, ) -> &'static Reg<AdpllOverruleCtrl1Reg_SPEC, RW>

Source

pub const fn adpll_overrule_ctrl2_reg( &self, ) -> &'static Reg<AdpllOverruleCtrl2Reg_SPEC, RW>

Source

pub const fn adpll_overrule_ctrl3_reg( &self, ) -> &'static Reg<AdpllOverruleCtrl3Reg_SPEC, RW>

Source

pub const fn adpll_pllfcwdt_rd_reg( &self, ) -> &'static Reg<AdpllPllfcwdtRdReg_SPEC, RW>

Source

pub const fn adpll_rfpt_ctrl_reg( &self, ) -> &'static Reg<AdpllRfptCtrlReg_SPEC, RW>

Source

pub const fn adpll_sdmod_ctrl_reg( &self, ) -> &'static Reg<AdpllSdmodCtrlReg_SPEC, RW>

Source

pub const fn adpll_tunestate_rd_reg( &self, ) -> &'static Reg<AdpllTunestateRdReg_SPEC, RW>

Source

pub const fn adpll_txmod_ctrl_reg( &self, ) -> &'static Reg<AdpllTxmodCtrlReg_SPEC, RW>

Trait Implementations§

Source§

impl Clone for Adplldig

Source§

fn clone(&self) -> Adplldig

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 Adplldig

Source§

fn eq(&self, other: &Adplldig) -> 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 Adplldig

Source§

impl Eq for Adplldig

Source§

impl Send for Adplldig

adplldig registers

Source§

impl StructuralPartialEq for Adplldig

Source§

impl Sync for Adplldig

Auto Trait Implementations§

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.