Type Alias rp2040_pac::rosc::status::R
source · pub type R = R<STATUS_SPEC>;
Expand description
Register STATUS
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn enabled(&self) -> ENABLED_R
pub fn enabled(&self) -> ENABLED_R
Bit 12 - Oscillator is enabled but not necessarily running and stable this resets to 0 but transitions to 1 during chip startup
sourcepub fn div_running(&self) -> DIV_RUNNING_R
pub fn div_running(&self) -> DIV_RUNNING_R
Bit 16 - post-divider is running this resets to 0 but transitions to 1 during chip startup