RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock {
Show 18 fields pub pds_ctl: PDS_CTL, pub pds_time1: PDS_TIME1, pub pds_int: PDS_INT, pub pds_ctl2: PDS_CTL2, pub pds_ctl3: PDS_CTL3, pub pds_ctl4: PDS_CTL4, pub pds_stat: PDS_STAT, pub pds_ram1: PDS_RAM1, pub rc32m_ctrl0: RC32M_CTRL0, pub rc32m_ctrl1: RC32M_CTRL1, pub pu_rst_clkpll: PU_RST_CLKPLL, pub clkpll_top_ctrl: CLKPLL_TOP_CTRL, pub clkpll_cp: CLKPLL_CP, pub clkpll_rz: CLKPLL_RZ, pub clkpll_fbdv: CLKPLL_FBDV, pub clkpll_vco: CLKPLL_VCO, pub clkpll_sdm: CLKPLL_SDM, pub clkpll_output_en: CLKPLL_OUTPUT_EN, /* private fields */
}
Expand description

Register block

Fields§

§pds_ctl: PDS_CTL

0x00 - PDS_CTL.

§pds_time1: PDS_TIME1

0x04 - PDS_TIME1.

§pds_int: PDS_INT

0x0c - PDS_INT.

§pds_ctl2: PDS_CTL2

0x10 - PDS_CTL2.

§pds_ctl3: PDS_CTL3

0x14 - PDS_CTL3.

§pds_ctl4: PDS_CTL4

0x18 - PDS_CTL4.

§pds_stat: PDS_STAT

0x1c - pds_stat.

§pds_ram1: PDS_RAM1

0x20 - pds_ram1.

§rc32m_ctrl0: RC32M_CTRL0

0x300 - rc32m_ctrl0.

§rc32m_ctrl1: RC32M_CTRL1

0x304 - rc32m_ctrl1.

§pu_rst_clkpll: PU_RST_CLKPLL

0x400 - pu_rst_clkpll.

§clkpll_top_ctrl: CLKPLL_TOP_CTRL

0x404 - clkpll_top_ctrl.

§clkpll_cp: CLKPLL_CP

0x408 - clkpll_cp.

§clkpll_rz: CLKPLL_RZ

0x40c - clkpll_rz.

§clkpll_fbdv: CLKPLL_FBDV

0x410 - clkpll_fbdv.

§clkpll_vco: CLKPLL_VCO

0x414 - clkpll_vco.

§clkpll_sdm: CLKPLL_SDM

0x418 - clkpll_sdm.

§clkpll_output_en: CLKPLL_OUTPUT_EN

0x41c - clkpll_output_en.

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> 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.