Dpsier1

Type Alias Dpsier1 

Source
pub type Dpsier1 = RegValueT<Dpsier1_SPEC>;
Expand description

Deep Standby Interrupt Enable Register 1

Aliased Type§

pub struct Dpsier1 { /* private fields */ }

Implementations§

Source§

impl Dpsier1

Source

pub fn dirq8e( self, ) -> RegisterField<0, 0x1, 1, 0, Dirq8E, Dirq8E, Dpsier1_SPEC, RW>

IRQ8-DS Pin Enable

Source

pub fn dirq9e( self, ) -> RegisterField<1, 0x1, 1, 0, Dirq9E, Dirq9E, Dpsier1_SPEC, RW>

IRQ9-DS Pin Enable

Source

pub fn dirq10e( self, ) -> RegisterField<2, 0x1, 1, 0, Dirq10E, Dirq10E, Dpsier1_SPEC, RW>

IRQ10-DS Pin Enable

Source

pub fn dirq11e( self, ) -> RegisterField<3, 0x1, 1, 0, Dirq11E, Dirq11E, Dpsier1_SPEC, RW>

IRQ11-DS Pin Enable

Source

pub fn dirq12e( self, ) -> RegisterField<4, 0x1, 1, 0, Dirq12E, Dirq12E, Dpsier1_SPEC, RW>

IRQ12-DS Pin Enable

Source

pub fn dirq14e( self, ) -> RegisterField<6, 0x1, 1, 0, Dirq14E, Dirq14E, Dpsier1_SPEC, RW>

IRQ14-DS Pin Enable

Trait Implementations§

Source§

impl Default for Dpsier1

Source§

fn default() -> Dpsier1

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