DpaR

Type Alias DpaR 

pub type DpaR = BitReader<Dpa>;
Expand description

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

Aliased Type§

pub struct DpaR { /* private fields */ }

Implementations§

§

impl DpaR

pub const fn variant(&self) -> Dpa

Get enumerated values variant

pub fn is_0(&self) -> bool

Channel n can suspend a lower priority channel.

pub fn is_1(&self) -> bool

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