Dmint

Type Alias Dmint 

Source
pub type Dmint = RegValueT<Dmint_SPEC>;
Expand description

DMA Interrupt Setting Register

Aliased Type§

pub struct Dmint { /* private fields */ }

Implementations§

Source§

impl Dmint

Source

pub fn darie(self) -> RegisterField<0, 0x1, 1, 0, Darie, Darie, Dmint_SPEC, RW>

Destination Address Extended Repeat Area Overflow Interrupt Enable

Source

pub fn sarie(self) -> RegisterField<1, 0x1, 1, 0, Sarie, Sarie, Dmint_SPEC, RW>

Source Address Extended Repeat Area Overflow Interrupt Enable

Source

pub fn rptie(self) -> RegisterField<2, 0x1, 1, 0, Rptie, Rptie, Dmint_SPEC, RW>

Repeat Size End Interrupt Enable

Source

pub fn esie(self) -> RegisterField<3, 0x1, 1, 0, Esie, Esie, Dmint_SPEC, RW>

Transfer Escape End Interrupt Enable

Source

pub fn dtie(self) -> RegisterField<4, 0x1, 1, 0, Dtie, Dtie, Dmint_SPEC, RW>

Transfer End Interrupt Enable

Trait Implementations§

Source§

impl Default for Dmint

Source§

fn default() -> Dmint

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