DpaW

Type Alias DpaW 

pub type DpaW<'a, REG> = BitWriter<'a, REG, Dpa>;
Expand description

Field DPA writer - Disable Preempt Ability. This field resets to 0.

Aliased Type§

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

Implementations§

§

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

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

Channel n can suspend a lower priority channel.

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

Channel n cannot suspend any channel, regardless of channel priority.