[]Struct nucleo_f042k6::cec::isr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

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

Writes raw bits to the register

pub fn txacke(&mut self) -> _TXACKEW

Bit 12 - Tx-Missing acknowledge error

pub fn txerr(&mut self) -> _TXERRW

Bit 11 - Tx-Error

pub fn txudr(&mut self) -> _TXUDRW

Bit 10 - Tx-Buffer Underrun

pub fn txend(&mut self) -> _TXENDW

Bit 9 - End of Transmission

pub fn txbr(&mut self) -> _TXBRW

Bit 8 - Tx-Byte Request

pub fn arblst(&mut self) -> _ARBLSTW

Bit 7 - Arbitration Lost

pub fn rxacke(&mut self) -> _RXACKEW

Bit 6 - Rx-Missing Acknowledge

pub fn lbpe(&mut self) -> _LBPEW

Bit 5 - Rx-Long Bit Period Error

pub fn sbpe(&mut self) -> _SBPEW

Bit 4 - Rx-Short Bit period error

pub fn bre(&mut self) -> _BREW

Bit 3 - Rx-Bit rising error

pub fn rxovr(&mut self) -> _RXOVRW

Bit 2 - Rx-Overrun

pub fn rxend(&mut self) -> _RXENDW

Bit 1 - End Of Reception

pub fn rxbr(&mut self) -> _RXBRW

Bit 0 - Rx-Byte Received

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]

impl<T> Same<T> for T

type Output = T

Should always be Self