Ostdcr

Type Alias Ostdcr 

Source
pub type Ostdcr = RegValueT<Ostdcr_SPEC>;
Expand description

Oscillation Stop Detection Control Register

Aliased Type§

pub struct Ostdcr { /* private fields */ }

Implementations§

Source§

impl Ostdcr

Source

pub fn ostdie( self, ) -> RegisterField<0, 0x1, 1, 0, Ostdie, Ostdie, Ostdcr_SPEC, RW>

Oscillation Stop Detection Interrupt Enable

Source

pub fn ostde(self) -> RegisterField<7, 0x1, 1, 0, Ostde, Ostde, Ostdcr_SPEC, RW>

Oscillation Stop Detection Function Enable

Trait Implementations§

Source§

impl Default for Ostdcr

Source§

fn default() -> Ostdcr

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