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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

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

impl Sync for W