Type Alias rp2040_pac::pll_sys::cs::R
source · pub type R = R<CS_SPEC>;
Expand description
Register CS
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn refdiv(&self) -> REFDIV_R
pub fn refdiv(&self) -> REFDIV_R
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.