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

source

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

source

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

source

pub fn stable(&self) -> STABLE_R

Bit 31 - Oscillator is running and stable