[]Struct nucleo_f042k6::can::can_btr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn silm(&mut self) -> _SILMW

Bit 31 - SILM

pub fn lbkm(&mut self) -> _LBKMW

Bit 30 - LBKM

pub fn sjw(&mut self) -> _SJWW

Bits 24:25 - SJW

pub fn ts2(&mut self) -> _TS2W

Bits 20:22 - TS2

pub fn ts1(&mut self) -> _TS1W

Bits 16:19 - TS1

pub fn brp(&mut self) -> _BRPW

Bits 0:9 - BRP

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]