[][src]Struct stm32h7::stm32h743v::fdcan1::psr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn lec(&mut self) -> _LECW[src]

Bits 0:2 - Last Error Code

pub fn act(&mut self) -> _ACTW[src]

Bits 3:4 - Activity

pub fn ep(&mut self) -> _EPW[src]

Bit 5 - Error Passive

pub fn ew(&mut self) -> _EWW[src]

Bit 6 - Warning Status

pub fn bo(&mut self) -> _BOW[src]

Bit 7 - Bus_Off Status

pub fn dlec(&mut self) -> _DLECW[src]

Bits 8:10 - Data Last Error Code

pub fn resi(&mut self) -> _RESIW[src]

Bit 11 - ESI flag of last received FDCAN Message

pub fn rbrs(&mut self) -> _RBRSW[src]

Bit 12 - BRS flag of last received FDCAN Message

pub fn redl(&mut self) -> _REDLW[src]

Bit 13 - Received FDCAN Message

pub fn pxe(&mut self) -> _PXEW[src]

Bit 14 - Protocol Exception Event

pub fn tdcv(&mut self) -> _TDCVW[src]

Bits 16:22 - Transmitter Delay Compensation Value

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