Type Alias LvlR

Source
pub type LvlR = FieldReader<Lvlselect>;
Expand description

Field LVL reader - Channel Arbitration Level

Aliased Type§

struct LvlR { /* private fields */ }

Implementations§

Source§

impl LvlR

Source

pub const fn variant(&self) -> Lvlselect

Get enumerated values variant

Source

pub fn is_lvl0(&self) -> bool

Channel Priority Level 0

Source

pub fn is_lvl1(&self) -> bool

Channel Priority Level 1

Source

pub fn is_lvl2(&self) -> bool

Channel Priority Level 2

Source

pub fn is_lvl3(&self) -> bool

Channel Priority Level 3