MrpW

Type Alias MrpW 

pub type MrpW<'a, REG> = BitWriter<'a, REG, Mrp>;
Expand description

Field MRP writer - Mailboxes Reception Priority

Aliased Type§

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

Implementations§

§

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

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

Matching starts from Rx FIFO and continues on Mailboxes.

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

Matching starts from Mailboxes and continues on Rx FIFO.