Struct stm32f103xx::can::can_msr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 11 - RX

Bit 10 - SAMP

Bit 9 - RXM

Bit 8 - TXM

Bit 4 - SLAKI

Bit 3 - WKUI

Bit 2 - ERRI

Bit 1 - SLAK

Bit 0 - INAK

Auto Trait Implementations

impl Send for R

impl Sync for R