Type Alias LvlW

Source
pub type LvlW<'a, REG> = FieldWriter<'a, REG, 2, Lvlselect, Safe>;
Expand description

Field LVL writer - Channel Arbitration Level

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> LvlW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

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

Channel Priority Level 0

Source

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

Channel Priority Level 1

Source

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

Channel Priority Level 2

Source

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

Channel Priority Level 3