pub struct Can { /* private fields */ }Expand description
CAN
Implementations§
Source§impl Can
impl Can
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn flt_dlc(self) -> Reg<FltDlc, RW>
pub const fn flt_dlc(self) -> Reg<FltDlc, RW>
Pretended Networking Data Length Code (DLC) Filter
Sourcepub const fn flt_id2_idmask(self) -> Reg<FltId2Idmask, RW>
pub const fn flt_id2_idmask(self) -> Reg<FltId2Idmask, RW>
Pretended Networking ID Filter 2 or ID Mask
Sourcepub const fn pl2_plmask_lo(self) -> Reg<Pl2PlmaskLo, RW>
pub const fn pl2_plmask_lo(self) -> Reg<Pl2PlmaskLo, RW>
Pretended Networking Payload Low Filter 2 and Payload Low Mask
Sourcepub const fn pl2_plmask_hi(self) -> Reg<Pl2PlmaskHi, RW>
pub const fn pl2_plmask_hi(self) -> Reg<Pl2PlmaskHi, RW>
Pretended Networking Payload High Filter 2 and Payload High Mask
Trait Implementations§
impl Copy for Can
impl Eq for Can
impl Send for Can
impl StructuralPartialEq for Can
impl Sync for Can
Auto Trait Implementations§
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