LprioenW

Type Alias LprioenW 

pub type LprioenW<'a, REG> = BitWriter<'a, REG, Lprioen>;
Expand description

Field LPRIOEN writer - Local Priority Enable

Aliased Type§

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

Implementations§

§

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

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

Local Priority disabled.

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

Local Priority enabled.