[][src]Struct lpc55s6x_pac::pmc::pdruncfg0::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 power to Bulk DCDC Converter.

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

Bit 1 - Controls power to .

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

Bit 2 - Controls power to Core Brown Out Detector (BOD).

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

Bit 3 - Controls power to VBAT Brown Out Detector (BOD).

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

Bit 5 - Controls power to the Free Running Oscillator (FRO) 192 MHz; The 12MHz, 48 MHz and 96 MHz clocks are derived from this FRO.

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

Bit 6 - Controls power to the Free Running Oscillator (FRO) 32 KHz.

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

Bit 7 - Controls power to crystal 32 KHz.

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

Bit 8 - Controls power to crystal 32 MHz.

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

Bit 9 - Controls power to System PLL (also refered as PLL0).

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

Bit 10 - Controls power to USB PLL (also refered as PLL1).

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

Bit 11 - Controls power to USB Full Speed phy.

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

Bit 12 - Controls power to USB High Speed Phy.

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

Bit 13 - Controls power to Analog Comparator.

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

Bit 14 - Controls power to Temperature Sensor.

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

Bit 15 - Controls power to General Purpose ADC (GPADC).

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

Bit 16 - Controls power to Memories LDO.

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

Bit 17 - Controls power to Deep Sleep LDO.

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

Bit 18 - Controls power to USB high speed LDO.

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

Bit 19 - Controls power to auxiliary biasing (AUXBIAS)

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

Bit 20 - Controls power to crystal 32 MHz LDO.

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

Bit 21 - Controls power to Flasn NV (high voltage) LDO.

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

Bit 22 - Controls power to all True Random Number Genetaor (TRNG) clock sources.

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

Bit 23 - Controls power to System PLL (PLL0) Spread Spectrum module.

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