Skip to main content

Sostd

Type Alias Sostd 

Source
pub type Sostd = RegValueT<Sostd_SPEC>;
Expand description

Sub Clock Oscillation Stop Detection Control Register

Aliased Type§

pub struct Sostd { /* private fields */ }

Implementations§

Source§

impl Sostd

Source

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

Oscillation Stop Detection Time

Source

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

Status of Oscillation Stop Detector Operation

Source

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

Control of Oscillation Stop Detector Operation

Trait Implementations§

Source§

impl Default for Sostd

Source§

fn default() -> Sostd

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