[][src]Struct stm32h7::stm32h743::ethernet_dma::dmacier::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 tie(&mut self) -> _TIEW[src]

Bit 0 - Transmit Interrupt Enable

pub fn txse(&mut self) -> _TXSEW[src]

Bit 1 - Transmit Stopped Enable

pub fn tbue(&mut self) -> _TBUEW[src]

Bit 2 - Transmit Buffer Unavailable Enable

pub fn rie(&mut self) -> _RIEW[src]

Bit 6 - Receive Interrupt Enable

pub fn rbue(&mut self) -> _RBUEW[src]

Bit 7 - Receive Buffer Unavailable Enable

pub fn rse(&mut self) -> _RSEW[src]

Bit 8 - Receive Stopped Enable

pub fn rwte(&mut self) -> _RWTEW[src]

Bit 9 - Receive Watchdog Timeout Enable

pub fn etie(&mut self) -> _ETIEW[src]

Bit 10 - Early Transmit Interrupt Enable

pub fn erie(&mut self) -> _ERIEW[src]

Bit 11 - Early Receive Interrupt Enable

pub fn fbee(&mut self) -> _FBEEW[src]

Bit 12 - Fatal Bus Error Enable

pub fn cdee(&mut self) -> _CDEEW[src]

Bit 13 - Context Descriptor Error Enable

pub fn aie(&mut self) -> _AIEW[src]

Bit 14 - Abnormal Interrupt Summary Enable

pub fn nie(&mut self) -> _NIEW[src]

Bit 15 - Normal Interrupt Summary Enable

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync 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