MrpR

Type Alias MrpR 

pub type MrpR = BitReader<Mrp>;
Expand description

Field MRP reader - Mailboxes Reception Priority

Aliased Type§

pub struct MrpR { /* private fields */ }

Implementations§

§

impl MrpR

pub const fn variant(&self) -> Mrp

Get enumerated values variant

pub fn is_0(&self) -> bool

Matching starts from Rx FIFO and continues on Mailboxes.

pub fn is_1(&self) -> bool

Matching starts from Mailboxes and continues on Rx FIFO.