Dpsbycr

Type Alias Dpsbycr 

Source
pub type Dpsbycr = RegValueT<Dpsbycr_SPEC>;
Expand description

Deep Standby Control Register

Aliased Type§

pub struct Dpsbycr { /* private fields */ }

Implementations§

Source§

impl Dpsbycr

Source

pub fn deepcut( self, ) -> RegisterField<0, 0x3, 1, 0, Deepcut, Deepcut, Dpsbycr_SPEC, RW>

Power-Supply Control

Source

pub fn iokeep( self, ) -> RegisterField<6, 0x1, 1, 0, Iokeep, Iokeep, Dpsbycr_SPEC, RW>

I/O Port Rentention

Source

pub fn dpsby( self, ) -> RegisterField<7, 0x1, 1, 0, Dpsby, Dpsby, Dpsbycr_SPEC, RW>

Deep Software Standby

Trait Implementations§

Source§

impl Default for Dpsbycr

Source§

fn default() -> Dpsbycr

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