[−][src]Struct lpc55s6x_pac::pmc::pdsleepcfg0::W
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 DCDC power during DEEP SLEEP (DCDC is always shut down during POWER DOWN and DEEP POWER DOWN).
pub fn pden_bias(&mut self) -> _PDEN_BIASW
[src]
Bit 1 - Controls Analog Bias power during DEEP SLEEP and POWER DOWN (always shut down during DEEP POWER DOWN).
pub fn pden_bodcore(&mut self) -> _PDEN_BODCOREW
[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(&mut self) -> _PDEN_BODVBATW
[src]
Bit 3 - Controls VBAT BoD power during DEEP SLEEP and POWER DOWN (always shut down during DEEP POWER DOWN).
pub fn pden_fro1m(&mut self) -> _PDEN_FRO1MW
[src]
Bit 4 - Controls 1 MHz Free Running Oscillator power during DEEP SLEEP, POWER DOWN and DEEP POWER DOWN.
pub fn pden_fro192m(&mut self) -> _PDEN_FRO192MW
[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(&mut self) -> _PDEN_FRO32KW
[src]
Bit 6 - Controls power during DEEP SLEEP, POWER DOWN and DEEP POWER DOWN.
pub fn pden_xtal32k(&mut self) -> _PDEN_XTAL32KW
[src]
Bit 7 - Controls crystal 32 KHz power during DEEP SLEEP, POWER DOWN and DEEP POWER DOWN.
pub fn pden_xtal32m(&mut self) -> _PDEN_XTAL32MW
[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(&mut self) -> _PDEN_PLL0W
[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(&mut self) -> _PDEN_PLL1W
[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(&mut self) -> _PDEN_USBFSPHYW
[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(&mut self) -> _PDEN_USBHSPHYW
[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(&mut self) -> _PDEN_COMPW
[src]
Bit 13 - Controls Analog Comparator power during DEEP SLEEP and POWER DOWN (always shut down during DEEP POWER DOWN).
pub fn pden_tempsens(&mut self) -> _PDEN_TEMPSENSW
[src]
Bit 14 - Controls Temperature Sensor power during DEEP SLEEP (always shut down during POWER DOWN and DEEP POWER DOWN).
pub fn pden_gpadc(&mut self) -> _PDEN_GPADCW
[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(&mut self) -> _PDEN_LDOMEMW
[src]
Bit 16 - Controls Memories LDO power during DEEP SLEEP, POWER DOWN and DEEP POWER DOWN.
pub fn pden_ldodeepsleep(&mut self) -> _PDEN_LDODEEPSLEEPW
[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(&mut self) -> _PDEN_LDOUSBHSW
[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(&mut self) -> _PDEN_AUXBIASW
[src]
Bit 19 - during DEEP SLEEP and POWER DOWN (always shut down during DEEP POWER DOWN).
pub fn pden_ldoxo32m(&mut self) -> _PDEN_LDOXO32MW
[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(&mut self) -> _PDEN_LDOFLASHNVW
[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(&mut self) -> _PDEN_RNGW
[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(&mut self) -> _PDEN_PLL0_SSCGW
[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(&mut self) -> _PDEN_ROMW
[src]
Bit 24 - Controls ROM power during DEEP SLEEP (ROM is always shut down during POWER DOWN and DEEP POWER DOWN).
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self