pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn time_stamp(&mut self) -> _TIME_STAMPW<'_>
pub fn time_stamp(&mut self) -> _TIME_STAMPW<'_>
Bits 0:15 - Free-Running Counter Time stamp. This 16-bit field is a copy of the Free-Running Timer, captured for Tx and Rx frames at the time when the beginning of the Identifier field appears on the CAN bus.
Sourcepub fn rtr(&mut self) -> _RTRW<'_>
pub fn rtr(&mut self) -> _RTRW<'_>
Bit 20 - Remote Transmission Request. One/zero for remote/data frame.
Sourcepub fn ide(&mut self) -> _IDEW<'_>
pub fn ide(&mut self) -> _IDEW<'_>
Bit 21 - ID Extended. One/zero for extended/standard format frame.
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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