[]Struct nucleo_f042k6::stm32::can::can_mcr::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 dbf(&mut self) -> _DBFW

Bit 16 - DBF

pub fn reset(&mut self) -> _RESETW

Bit 15 - RESET

pub fn ttcm(&mut self) -> _TTCMW

Bit 7 - TTCM

pub fn abom(&mut self) -> _ABOMW

Bit 6 - ABOM

pub fn awum(&mut self) -> _AWUMW

Bit 5 - AWUM

pub fn nart(&mut self) -> _NARTW

Bit 4 - NART

pub fn rflm(&mut self) -> _RFLMW

Bit 3 - RFLM

pub fn txfp(&mut self) -> _TXFPW

Bit 2 - TXFP

pub fn sleep(&mut self) -> _SLEEPW

Bit 1 - SLEEP

pub fn inrq(&mut self) -> _INRQW

Bit 0 - INRQ

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]