[][src]Struct stm32f4xx_hal::stm32::ethernet_dma::dmaier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn tie(&mut self) -> _TIEW[src]

Bit 0 - Transmit interrupt enable

pub fn tpsie(&mut self) -> _TPSIEW[src]

Bit 1 - Transmit process stopped interrupt enable

pub fn tbuie(&mut self) -> _TBUIEW[src]

Bit 2 - Transmit buffer unavailable interrupt enable

pub fn tjtie(&mut self) -> _TJTIEW[src]

Bit 3 - Transmit jabber timeout interrupt enable

pub fn roie(&mut self) -> _ROIEW[src]

Bit 4 - Receive overflow interrupt enable

pub fn tuie(&mut self) -> _TUIEW[src]

Bit 5 - Transmit underflow interrupt enable

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

Bit 6 - Receive interrupt enable

pub fn rbuie(&mut self) -> _RBUIEW[src]

Bit 7 - Receive buffer unavailable interrupt enable

pub fn rpsie(&mut self) -> _RPSIEW[src]

Bit 8 - Receive process stopped interrupt enable

pub fn rwtie(&mut self) -> _RWTIEW[src]

Bit 9 - Receive watchdog timeout interrupt enable

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

Bit 10 - Early transmit interrupt enable

pub fn fbeie(&mut self) -> _FBEIEW[src]

Bit 13 - Fatal bus error interrupt enable

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

Bit 14 - Early receive interrupt enable

pub fn aise(&mut self) -> _AISEW[src]

Bit 15 - Abnormal interrupt summary enable

pub fn nise(&mut self) -> _NISEW[src]

Bit 16 - Normal interrupt summary enable

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]

impl<T> Same for T

type Output = T

Should always be Self