Edreq8W

Type Alias Edreq8W 

pub type Edreq8W<'a, REG> = BitWriter<'a, REG, Edreq8>;
Expand description

Field EDREQ_8 writer - Enable asynchronous DMA request in stop mode for channel 8

Aliased Type§

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

Implementations§

§

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

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

Disable asynchronous DMA request for channel 8.

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

Enable asynchronous DMA request for channel 8.