Opccr

Type Alias Opccr 

Source
pub type Opccr = RegValueT<Opccr_SPEC>;
Expand description

Operating Power Control Register

Aliased Type§

pub struct Opccr { /* private fields */ }

Implementations§

Source§

impl Opccr

Source

pub fn opcm(self) -> RegisterField<0, 0x3, 1, 0, Opcm, Opcm, Opccr_SPEC, RW>

Operating Power Control Mode Select

Source

pub fn opcmtsf( self, ) -> RegisterField<4, 0x1, 1, 0, Opcmtsf, Opcmtsf, Opccr_SPEC, R>

Operating Power Control Mode Transition Status Flag

Trait Implementations§

Source§

impl Default for Opccr

Source§

fn default() -> Opccr

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