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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 31 - SILM

Bit 30 - LBKM

Bits 24:25 - SJW

Bits 20:22 - TS2

Bits 16:19 - TS1

Bits 0:9 - BRP

Auto Trait Implementations

impl Send for R

impl Sync for R