Type Alias gd32f1::gd32f190::dma::ch4ctl::PrioR

source ·
pub type PrioR = FieldReader<Prio>;
Expand description

Field PRIO reader - Priority Level of this channel

Aliased Type§

struct PrioR { /* private fields */ }

Implementations§

source§

impl PrioR

source

pub const fn variant(&self) -> Prio

Get enumerated values variant

source

pub fn is_low(&self) -> bool

Low priority

source

pub fn is_medium(&self) -> bool

Medium priority

source

pub fn is_high(&self) -> bool

High priority

source

pub fn is_very_high(&self) -> bool

Very high priority