Dmreq

Type Alias Dmreq 

Source
pub type Dmreq = RegValueT<Dmreq_SPEC>;
Expand description

DMA Software Start Register

Aliased Type§

pub struct Dmreq { /* private fields */ }

Implementations§

Source§

impl Dmreq

Source

pub fn swreq(self) -> RegisterField<0, 0x1, 1, 0, Swreq, Swreq, Dmreq_SPEC, RW>

DMA Software Start

Source

pub fn clrs(self) -> RegisterField<4, 0x1, 1, 0, Clrs, Clrs, Dmreq_SPEC, RW>

DMA Software Start Bit Auto Clear Select

Trait Implementations§

Source§

impl Default for Dmreq

Source§

fn default() -> Dmreq

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