Type Alias Syocdcr

Source
pub type Syocdcr = RegValueT<Syocdcr_SPEC>;
Expand description

System Control OCD Control Register

Aliased Type§

struct Syocdcr { /* private fields */ }

Implementations§

Source§

impl Syocdcr

Source

pub fn docdf(self) -> RegisterField<0, 0x1, 1, 0, Docdf, Syocdcr_SPEC, RW>

Deep Software Standby OCD flag

Source

pub fn dbgen(self) -> RegisterField<7, 0x1, 1, 0, Dbgen, Syocdcr_SPEC, RW>

Debugger Enable bit

Trait Implementations§

Source§

impl Default for Syocdcr

Source§

fn default() -> Syocdcr

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