[][src]Struct bl602_pac::pds::pds_ctl::R

pub struct R(_);

Register PDS_CTL reader

Implementations

impl R[src]

pub fn cr_pds_ctrl_pll(&self) -> CR_PDS_CTRL_PLL_R[src]

Bits 30:31

pub fn cr_pds_ctrl_rf(&self) -> CR_PDS_CTRL_RF_R[src]

Bits 28:29

pub fn cr_pds_ldo_vol(&self) -> CR_PDS_LDO_VOL_R[src]

Bits 24:27

pub fn cr_pds_pd_ldo11(&self) -> CR_PDS_PD_LDO11_R[src]

Bit 22

pub fn cr_np_wfi_mask(&self) -> CR_NP_WFI_MASK_R[src]

Bit 21

pub fn cr_pds_ldo_vsel_en(&self) -> CR_PDS_LDO_VSEL_EN_R[src]

Bit 18

pub fn cr_pds_rc32m_off_dis(&self) -> CR_PDS_RC32M_OFF_DIS_R[src]

Bit 17

pub fn cr_pds_rst_soc_en(&self) -> CR_PDS_RST_SOC_EN_R[src]

Bit 16

pub fn cr_pds_soc_enb_force_on(&self) -> CR_PDS_SOC_ENB_FORCE_ON_R[src]

Bit 15

pub fn cr_pds_pd_xtal(&self) -> CR_PDS_PD_XTAL_R[src]

Bit 14

pub fn cr_pds_pwr_off(&self) -> CR_PDS_PWR_OFF_R[src]

Bit 13

pub fn cr_pds_wait_xtal_rdy(&self) -> CR_PDS_WAIT_XTAL_RDY_R[src]

Bit 12

pub fn cr_pds_iso_en(&self) -> CR_PDS_ISO_EN_R[src]

Bit 11

pub fn cr_pds_mem_stby(&self) -> CR_PDS_MEM_STBY_R[src]

Bit 9

pub fn cr_pds_gate_clk(&self) -> CR_PDS_GATE_CLK_R[src]

Bit 8

pub fn cr_pds_pd_bg_sys(&self) -> CR_PDS_PD_BG_SYS_R[src]

Bit 5

pub fn cr_pds_pd_dcdc18(&self) -> CR_PDS_PD_DCDC18_R[src]

Bit 4

pub fn cr_wifi_pds_save_state(&self) -> CR_WIFI_PDS_SAVE_STATE_R[src]

Bit 3

pub fn cr_xtal_force_off(&self) -> CR_XTAL_FORCE_OFF_R[src]

Bit 2

pub fn cr_sleep_forever(&self) -> CR_SLEEP_FOREVER_R[src]

Bit 1

pub fn pds_start_ps(&self) -> PDS_START_PS_R[src]

Bit 0

Methods from Deref<Target = R<PDS_CTL_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<PDS_CTL_SPEC>

The resulting type after dereferencing.

impl From<R<PDS_CTL_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.