Enum Eacen
pub enum Eacen {
_0 = 0,
_1 = 1,
}Expand description
Entire Frame Arbitration Field Comparison Enable For Rx Mailboxes
Value on reset: 0
Variants§
_0 = 0
0: Rx Mailbox filter’s IDE bit is always compared and RTR is never compared despite mask bits.
_1 = 1
1: Enables the comparison of both Rx Mailbox filter’s IDE and RTR bit with their corresponding bits within the incoming frame. Mask bits do apply.
Trait Implementations§
impl Copy for Eacen
impl Eq for Eacen
impl StructuralPartialEq for Eacen
Auto Trait Implementations§
impl Freeze for Eacen
impl RefUnwindSafe for Eacen
impl Send for Eacen
impl Sync for Eacen
impl Unpin for Eacen
impl UnwindSafe for Eacen
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