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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 24:31 - REC

Bits 16:23 - TEC

Bits 4:6 - LEC

Bit 2 - BOFF

Bit 1 - EPVF

Bit 0 - EWGF

Auto Trait Implementations

impl Send for R

impl Sync for R