#[repr(u8)]pub enum Eacen {
EACEN_0 = 0,
EACEN_1 = 1,
}Variants§
EACEN_0 = 0
Rx Mailbox filter’s IDE bit is always compared and RTR is never compared despite mask bits.
EACEN_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.
Implementations§
Trait Implementations§
Source§impl Ord for Eacen
impl Ord for Eacen
Source§impl PartialOrd for Eacen
impl PartialOrd for Eacen
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