Type Alias rp2040_pac::pll_sys::pwr::W
source · pub type W = W<PWR_SPEC>;
Expand description
Register PWR
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
source§impl W
impl W
sourcepub fn pd(&mut self) -> PD_W<'_, PWR_SPEC>
pub fn pd(&mut self) -> PD_W<'_, PWR_SPEC>
Bit 0 - PLL powerdown
To save power set high when PLL output not required.
sourcepub fn dsmpd(&mut self) -> DSMPD_W<'_, PWR_SPEC>
pub fn dsmpd(&mut self) -> DSMPD_W<'_, PWR_SPEC>
Bit 2 - PLL DSM powerdown
Nothing is achieved by setting this low.
sourcepub fn postdivpd(&mut self) -> POSTDIVPD_W<'_, PWR_SPEC>
pub fn postdivpd(&mut self) -> POSTDIVPD_W<'_, PWR_SPEC>
Bit 3 - PLL post divider powerdown
To save power set high when PLL output not required or bypass=1.