Dpsifr2

Type Alias Dpsifr2 

Source
pub type Dpsifr2 = RegValueT<Dpsifr2_SPEC>;
Expand description

Deep Software Standby Interrupt Flag Register 2

Aliased Type§

pub struct Dpsifr2 { /* private fields */ }

Implementations§

Source§

impl Dpsifr2

Source

pub fn dlvd1if( self, ) -> RegisterField<0, 0x1, 1, 0, Dlvd1If, Dlvd1If, Dpsifr2_SPEC, RW>

LVD1 Deep Software Standby Cancel Flag

Source

pub fn dlvd2if( self, ) -> RegisterField<1, 0x1, 1, 0, Dlvd2If, Dlvd2If, Dpsifr2_SPEC, RW>

LVD2 Deep Software Standby Cancel Flag

Source

pub fn drtciif( self, ) -> RegisterField<2, 0x1, 1, 0, Drtciif, Drtciif, Dpsifr2_SPEC, RW>

RTC Interval Interrupt Deep Software Standby Cancel Flag

Source

pub fn drtcaif( self, ) -> RegisterField<3, 0x1, 1, 0, Drtcaif, Drtcaif, Dpsifr2_SPEC, RW>

RTC Alarm Interrupt Deep Software Standby Cancel Flag

Source

pub fn dnmif( self, ) -> RegisterField<4, 0x1, 1, 0, Dnmif, Dnmif, Dpsifr2_SPEC, RW>

NMI Pin Deep Software Standby Cancel Flag

Trait Implementations§

Source§

impl Default for Dpsifr2

Source§

fn default() -> Dpsifr2

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