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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 17 - SLKIE

Bit 16 - WKUIE

Bit 15 - ERRIE

Bit 11 - LECIE

Bit 10 - BOFIE

Bit 9 - EPVIE

Bit 8 - EWGIE

Bit 6 - FOVIE1

Bit 5 - FFIE1

Bit 4 - FMPIE1

Bit 3 - FOVIE0

Bit 2 - FFIE0

Bit 1 - FMPIE0

Bit 0 - TMEIE

Auto Trait Implementations

impl Send for R

impl Sync for R