Enum Mrp
pub enum Mrp {
_0 = 0,
_1 = 1,
}Expand description
Mailboxes Reception Priority
Value on reset: 0
Variants§
_0 = 0
0: Matching starts from Rx FIFO and continues on Mailboxes.
_1 = 1
1: Matching starts from Mailboxes and continues on Rx FIFO.
Trait Implementations§
impl Copy for Mrp
impl Eq for Mrp
impl StructuralPartialEq for Mrp
Auto Trait Implementations§
impl Freeze for Mrp
impl RefUnwindSafe for Mrp
impl Send for Mrp
impl Sync for Mrp
impl Unpin for Mrp
impl UnwindSafe for Mrp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more