Type Alias rp2040_pac::pll_sys::cs::W
source · pub type W = W<CS_SPEC>;
Expand description
Register CS
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
source§impl W
impl W
sourcepub fn refdiv(&mut self) -> REFDIV_W<'_, CS_SPEC>
pub fn refdiv(&mut self) -> REFDIV_W<'_, CS_SPEC>
Bits 0:5 - Divides the PLL input reference clock.
Behaviour is undefined for div=0.
PLL output will be unpredictable during refdiv changes, wait for lock=1 before using it.