Dpsier0

Type Alias Dpsier0 

Source
pub type Dpsier0 = RegValueT<Dpsier0_SPEC>;
Expand description

Deep Standby Interrupt Enable Register 0

Aliased Type§

pub struct Dpsier0 { /* private fields */ }

Implementations§

Source§

impl Dpsier0

Source

pub fn dirq0e( self, ) -> RegisterField<0, 0x1, 1, 0, Dirq0E, Dirq0E, Dpsier0_SPEC, RW>

IRQ0-DS Pin Enable

Source

pub fn dirq1e( self, ) -> RegisterField<1, 0x1, 1, 0, Dirq1E, Dirq1E, Dpsier0_SPEC, RW>

IRQ1-DS Pin Enable

Source

pub fn dirq4e( self, ) -> RegisterField<4, 0x1, 1, 0, Dirq4E, Dirq4E, Dpsier0_SPEC, RW>

IRQ4-DS Pin Enable

Source

pub fn dirq5e( self, ) -> RegisterField<5, 0x1, 1, 0, Dirq5E, Dirq5E, Dpsier0_SPEC, RW>

IRQ5-DS Pin Enable

Source

pub fn dirq6e( self, ) -> RegisterField<6, 0x1, 1, 0, Dirq6E, Dirq6E, Dpsier0_SPEC, RW>

IRQ6-DS Pin Enable

Source

pub fn dirq7e( self, ) -> RegisterField<7, 0x1, 1, 0, Dirq7E, Dirq7E, Dpsier0_SPEC, RW>

IRQ7-DS Pin Enable

Trait Implementations§

Source§

impl Default for Dpsier0

Source§

fn default() -> Dpsier0

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