[][src]Struct stm32f1xx_hal::stm32::ethernet_dma::dmaomr::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 sr(&self) -> SRR[src]

Bit 1 - SR

pub fn osf(&self) -> OSFR[src]

Bit 2 - OSF

pub fn rtc(&self) -> RTCR[src]

Bits 3:4 - RTC

pub fn fugf(&self) -> FUGFR[src]

Bit 6 - FUGF

pub fn fef(&self) -> FEFR[src]

Bit 7 - FEF

pub fn st(&self) -> STR[src]

Bit 13 - ST

pub fn ttc(&self) -> TTCR[src]

Bits 14:16 - TTC

pub fn ftf(&self) -> FTFR[src]

Bit 20 - FTF

pub fn tsf(&self) -> TSFR[src]

Bit 21 - TSF

pub fn dfrf(&self) -> DFRFR[src]

Bit 24 - DFRF

pub fn rsf(&self) -> RSFR[src]

Bit 25 - RSF

pub fn dtcefd(&self) -> DTCEFDR[src]

Bit 26 - DTCEFD

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, 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]