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