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.