[][src]Struct stm32h7::stm32h743v::fdcan1::ils::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn rf0nl(&self) -> RF0NLR[src]

Bit 0 - Rx FIFO 0 New Message Interrupt Line

pub fn rf0wl(&self) -> RF0WLR[src]

Bit 1 - Rx FIFO 0 Watermark Reached Interrupt Line

pub fn rf0fl(&self) -> RF0FLR[src]

Bit 2 - Rx FIFO 0 Full Interrupt Line

pub fn rf0ll(&self) -> RF0LLR[src]

Bit 3 - Rx FIFO 0 Message Lost Interrupt Line

pub fn rf1nl(&self) -> RF1NLR[src]

Bit 4 - Rx FIFO 1 New Message Interrupt Line

pub fn rf1wl(&self) -> RF1WLR[src]

Bit 5 - Rx FIFO 1 Watermark Reached Interrupt Line

pub fn rf1fl(&self) -> RF1FLR[src]

Bit 6 - Rx FIFO 1 Full Interrupt Line

pub fn rf1ll(&self) -> RF1LLR[src]

Bit 7 - Rx FIFO 1 Message Lost Interrupt Line

pub fn hpml(&self) -> HPMLR[src]

Bit 8 - High Priority Message Interrupt Line

pub fn tcl(&self) -> TCLR[src]

Bit 9 - Transmission Completed Interrupt Line

pub fn tcfl(&self) -> TCFLR[src]

Bit 10 - Transmission Cancellation Finished Interrupt Line

pub fn tefl(&self) -> TEFLR[src]

Bit 11 - Tx FIFO Empty Interrupt Line

pub fn tefnl(&self) -> TEFNLR[src]

Bit 12 - Tx Event FIFO New Entry Interrupt Line

pub fn tefwl(&self) -> TEFWLR[src]

Bit 13 - Tx Event FIFO Watermark Reached Interrupt Line

pub fn teffl(&self) -> TEFFLR[src]

Bit 14 - Tx Event FIFO Full Interrupt Line

pub fn tefll(&self) -> TEFLLR[src]

Bit 15 - Tx Event FIFO Element Lost Interrupt Line

pub fn tswl(&self) -> TSWLR[src]

Bit 16 - Timestamp Wraparound Interrupt Line

pub fn mrafl(&self) -> MRAFLR[src]

Bit 17 - Message RAM Access Failure Interrupt Line

pub fn tool(&self) -> TOOLR[src]

Bit 18 - Timeout Occurred Interrupt Line

pub fn drxl(&self) -> DRXLR[src]

Bit 19 - Message stored to Dedicated Rx Buffer Interrupt Line

pub fn becl(&self) -> BECLR[src]

Bit 20 - Bit Error Corrected Interrupt Line

pub fn beul(&self) -> BEULR[src]

Bit 21 - Bit Error Uncorrected Interrupt Line

pub fn elol(&self) -> ELOLR[src]

Bit 22 - Error Logging Overflow Interrupt Line

pub fn epl(&self) -> EPLR[src]

Bit 23 - Error Passive Interrupt Line

pub fn ewl(&self) -> EWLR[src]

Bit 24 - Warning Status Interrupt Line

pub fn bol(&self) -> BOLR[src]

Bit 25 - Bus_Off Status

pub fn wdil(&self) -> WDILR[src]

Bit 26 - Watchdog Interrupt Line

pub fn peal(&self) -> PEALR[src]

Bit 27 - Protocol Error in Arbitration Phase Line

pub fn pedl(&self) -> PEDLR[src]

Bit 28 - Protocol Error in Data Phase Line

pub fn aral(&self) -> ARALR[src]

Bit 29 - Access to Reserved Address Line

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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