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

source

pub fn pd(&self) -> PD_R

Bit 0 - PLL powerdown
To save power set high when PLL output not required.

source

pub fn dsmpd(&self) -> DSMPD_R

Bit 2 - PLL DSM powerdown
Nothing is achieved by setting this low.

source

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.

source

pub fn vcopd(&self) -> VCOPD_R

Bit 5 - PLL VCO powerdown
To save power set high when PLL output not required or bypass=1.