[][src]Struct gd32vf103_pac::can0::tstat::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn mst2(&mut self) -> _MST2W[src]

Bit 23 - Mailbox 2 stop transmitting

pub fn mte2(&mut self) -> _MTE2W[src]

Bit 19 - Mailbox 2 transmit error

pub fn mal2(&mut self) -> _MAL2W[src]

Bit 18 - Mailbox 2 arbitration lost

pub fn mtfnerr2(&mut self) -> _MTFNERR2W[src]

Bit 17 - Mailbox 2 transmit finished and no error

pub fn mtf2(&mut self) -> _MTF2W[src]

Bit 16 - Mailbox 2 transmit finished

pub fn mst1(&mut self) -> _MST1W[src]

Bit 15 - Mailbox 1 stop transmitting

pub fn mte1(&mut self) -> _MTE1W[src]

Bit 11 - Mailbox 1 transmit error

pub fn mal1(&mut self) -> _MAL1W[src]

Bit 10 - Mailbox 1 arbitration lost

pub fn mtfnerr1(&mut self) -> _MTFNERR1W[src]

Bit 9 - Mailbox 1 transmit finished and no error

pub fn mtf1(&mut self) -> _MTF1W[src]

Bit 8 - Mailbox 1 transmit finished

pub fn mst0(&mut self) -> _MST0W[src]

Bit 7 - Mailbox 0 stop transmitting

pub fn mte0(&mut self) -> _MTE0W[src]

Bit 3 - Mailbox 0 transmit error

pub fn mal0(&mut self) -> _MAL0W[src]

Bit 2 - Mailbox 0 arbitration lost

pub fn mtfnerr0(&mut self) -> _MTFNERR0W[src]

Bit 1 - Mailbox 0 transmit finished and no error

pub fn mtf0(&mut self) -> _MTF0W[src]

Bit 0 - Mailbox 0 transmit finished

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

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

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

The type returned in the event of a conversion error.

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

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

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