Edreq3W

Type Alias Edreq3W 

pub type Edreq3W<'a, REG> = BitWriter<'a, REG, Edreq3>;
Expand description

Field EDREQ_3 writer - Enable asynchronous DMA request in stop mode for channel 3.

Aliased Type§

pub struct Edreq3W<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> Edreq3W<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Disable asynchronous DMA request for channel 3.

pub fn _1(self) -> &'a mut W<REG>

Enable asynchronous DMA request for channel 3.