Skip to main content

Mostd

Type Alias Mostd 

Source
pub type Mostd = RegValueT<Mostd_SPEC>;
Expand description

Main Oscillation Stop Detection Control Register

Aliased Type§

pub struct Mostd { /* private fields */ }

Implementations§

Source§

impl Mostd

Source

pub fn osdccmp(self) -> RegisterField<0, 0xfff, 1, 0, u16, u16, Mostd_SPEC, RW>

Oscillation Stop Detection Time

Source

pub fn osdcf(self) -> RegisterField<14, 0x1, 1, 0, Osdcf, Osdcf, Mostd_SPEC, R>

Status of Oscillation Stop Detector Operation

Source

pub fn osdce(self) -> RegisterField<15, 0x1, 1, 0, Osdce, Osdce, Mostd_SPEC, RW>

Control of Oscillation Stop Detector Operation

Trait Implementations§

Source§

impl Default for Mostd

Source§

fn default() -> Mostd

Returns the “default value” for a type. Read more