[][src]Struct k64::can0::cs6::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn time_stamp(&mut self) -> _TIME_STAMPW[src]

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.

pub fn dlc(&mut self) -> _DLCW[src]

Bits 16:19 - Length of the data to be stored/transmitted.

pub fn rtr(&mut self) -> _RTRW[src]

Bit 20 - Remote Transmission Request. One/zero for remote/data frame.

pub fn ide(&mut self) -> _IDEW[src]

Bit 21 - ID Extended. One/zero for extended/standard format frame.

pub fn srr(&mut self) -> _SRRW[src]

Bit 22 - Substitute Remote Request. Contains a fixed recessive bit.

pub fn code(&mut self) -> _CODEW[src]

Bits 24:27 - Reserved

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]