[]Struct stm32f407g_disc::ethernet_dma::dmasr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

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

Writes raw bits to the register

pub fn ts(&mut self) -> _TSW

Bit 0 - Transmit status

pub fn tpss(&mut self) -> _TPSSW

Bit 1 - Transmit process stopped status

pub fn tbus(&mut self) -> _TBUSW

Bit 2 - Transmit buffer unavailable status

pub fn tjts(&mut self) -> _TJTSW

Bit 3 - Transmit jabber timeout status

pub fn ros(&mut self) -> _ROSW

Bit 4 - Receive overflow status

pub fn tus(&mut self) -> _TUSW

Bit 5 - Transmit underflow status

pub fn rs(&mut self) -> _RSW

Bit 6 - Receive status

pub fn rbus(&mut self) -> _RBUSW

Bit 7 - Receive buffer unavailable status

pub fn rpss(&mut self) -> _RPSSW

Bit 8 - Receive process stopped status

pub fn pwts(&mut self) -> _PWTSW

Bit 9 - PWTS

pub fn ets(&mut self) -> _ETSW

Bit 10 - Early transmit status

pub fn fbes(&mut self) -> _FBESW

Bit 13 - Fatal bus error status

pub fn ers(&mut self) -> _ERSW

Bit 14 - Early receive status

pub fn ais(&mut self) -> _AISW

Bit 15 - Abnormal interrupt summary

pub fn nis(&mut self) -> _NISW

Bit 16 - Normal interrupt summary

Auto Trait Implementations

impl Send for W

impl Sync for W

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]