Struct mk20d7::can0::cs8::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[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.

[src]

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

[src]

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

[src]

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

[src]

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

[src]

Bits 24:27 - Reserved

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R