rp2040_pac::pll_sys::pwr

Type Alias 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.