[][src]Struct lpc55s6x_pac::pmc::pdsleepcfg0::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn pden_dcdc(&self) -> PDEN_DCDCR[src]

Bit 0 - Controls DCDC power during DEEP SLEEP (DCDC is always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_bias(&self) -> PDEN_BIASR[src]

Bit 1 - Controls Analog Bias power during DEEP SLEEP and POWER DOWN (always shut down during DEEP POWER DOWN).

pub fn pden_bodcore(&self) -> PDEN_BODCORER[src]

Bit 2 - Controls Core Logic BoD power during DEEP SLEEP and POWER DOWN (always shut down during DEEP POWER DOWN).

pub fn pden_bodvbat(&self) -> PDEN_BODVBATR[src]

Bit 3 - Controls VBAT BoD power during DEEP SLEEP and POWER DOWN (always shut down during DEEP POWER DOWN).

pub fn pden_fro1m(&self) -> PDEN_FRO1MR[src]

Bit 4 - Controls 1 MHz Free Running Oscillator power during DEEP SLEEP, POWER DOWN and DEEP POWER DOWN.

pub fn pden_fro192m(&self) -> PDEN_FRO192MR[src]

Bit 5 - Controls 192MHz Free Running Oscillator power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_fro32k(&self) -> PDEN_FRO32KR[src]

Bit 6 - Controls power during DEEP SLEEP, POWER DOWN and DEEP POWER DOWN.

pub fn pden_xtal32k(&self) -> PDEN_XTAL32KR[src]

Bit 7 - Controls crystal 32 KHz power during DEEP SLEEP, POWER DOWN and DEEP POWER DOWN.

pub fn pden_xtal32m(&self) -> PDEN_XTAL32MR[src]

Bit 8 - Controls crystal 32 MHz power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_pll0(&self) -> PDEN_PLL0R[src]

Bit 9 - Controls System PLL (also refered as PLL0) power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_pll1(&self) -> PDEN_PLL1R[src]

Bit 10 - Controls USB PLL (also refered as PLL1) power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_usbfsphy(&self) -> PDEN_USBFSPHYR[src]

Bit 11 - Controls USB Full Speed phy power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_usbhsphy(&self) -> PDEN_USBHSPHYR[src]

Bit 12 - Controls USB High Speed Phy power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_comp(&self) -> PDEN_COMPR[src]

Bit 13 - Controls Analog Comparator power during DEEP SLEEP and POWER DOWN (always shut down during DEEP POWER DOWN).

pub fn pden_tempsens(&self) -> PDEN_TEMPSENSR[src]

Bit 14 - Controls Temperature Sensor power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_gpadc(&self) -> PDEN_GPADCR[src]

Bit 15 - Controls General Purpose ADC (GPADC) power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_ldomem(&self) -> PDEN_LDOMEMR[src]

Bit 16 - Controls Memories LDO power during DEEP SLEEP, POWER DOWN and DEEP POWER DOWN.

pub fn pden_ldodeepsleep(&self) -> PDEN_LDODEEPSLEEPR[src]

Bit 17 - Controls Deep Sleep LDO power during DEEP SLEEP and POWER DOWN (always shut down during DEEP POWER DOWN).

pub fn pden_ldousbhs(&self) -> PDEN_LDOUSBHSR[src]

Bit 18 - Controls USB high speed LDO power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_auxbias(&self) -> PDEN_AUXBIASR[src]

Bit 19 - during DEEP SLEEP and POWER DOWN (always shut down during DEEP POWER DOWN).

pub fn pden_ldoxo32m(&self) -> PDEN_LDOXO32MR[src]

Bit 20 - Controls crystal 32 MHz LDO power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_ldoflashnv(&self) -> PDEN_LDOFLASHNVR[src]

Bit 21 - Controls Flash NV (high voltage) LDO power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_rng(&self) -> PDEN_RNGR[src]

Bit 22 - Controls True Random Number Genetaor (TRNG) clock sources power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_pll0_sscg(&self) -> PDEN_PLL0_SSCGR[src]

Bit 23 - Controls PLL0 Spread Sprectrum module power during DEEP SLEEP (PLL0 Spread Spectrum is always shut down during POWER DOWN and DEEP POWER DOWN).

pub fn pden_rom(&self) -> PDEN_ROMR[src]

Bit 24 - Controls ROM power during DEEP SLEEP (ROM is always shut down during POWER DOWN and DEEP POWER DOWN).

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

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

type Output = T

Should always be Self