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

pub struct W(_);

Register PDS_CTL writer

Implementations

impl W[src]

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

Bits 30:31

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

Bits 28:29

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

Bits 24:27

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

Bit 22

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

Bit 21

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

Bit 18

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

Bit 17

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

Bit 16

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

Bit 15

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

Bit 14

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

Bit 13

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

Bit 12

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

Bit 11

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

Bit 9

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

Bit 8

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

Bit 5

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

Bit 4

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

Bit 3

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

Bit 2

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

Bit 1

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

Bit 0

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<PDS_CTL_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<PDS_CTL_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.