[][src]Struct lpc55s6x_pac::pmc::pdruncfg0::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

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

Bit 0 - Controls power to Bulk DCDC Converter.

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

Bit 1 - Controls power to .

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

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

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

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

pub fn pden_fro192m(&mut self) -> _PDEN_FRO192MW[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(&mut self) -> _PDEN_FRO32KW[src]

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

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

Bit 7 - Controls power to crystal 32 KHz.

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

Bit 8 - Controls power to crystal 32 MHz.

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

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

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

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

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

Bit 11 - Controls power to USB Full Speed phy.

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

Bit 12 - Controls power to USB High Speed Phy.

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

Bit 13 - Controls power to Analog Comparator.

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

Bit 14 - Controls power to Temperature Sensor.

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

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

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

Bit 16 - Controls power to Memories LDO.

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

Bit 17 - Controls power to Deep Sleep LDO.

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

Bit 18 - Controls power to USB high speed LDO.

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

Bit 19 - Controls power to auxiliary biasing (AUXBIAS)

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

Bit 20 - Controls power to crystal 32 MHz LDO.

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

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

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

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

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

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

Auto Trait Implementations

impl Send for W

impl Sync for W

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