[][src]Struct stm32f1xx_hal::device::ethernet_dma::dmaier::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 tie(&self) -> TIER[src]

Bit 0 - Transmit interrupt enable

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

Bit 1 - Transmit process stopped interrupt enable

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

Bit 2 - Transmit buffer unavailable interrupt enable

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

Bit 3 - Transmit jabber timeout interrupt enable

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

Bit 4 - Overflow interrupt enable

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

Bit 5 - Underflow interrupt enable

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

Bit 6 - Receive interrupt enable

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

Bit 7 - Receive buffer unavailable interrupt enable

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

Bit 8 - Receive process stopped interrupt enable

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

Bit 9 - receive watchdog timeout interrupt enable

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

Bit 10 - Early transmit interrupt enable

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

Bit 13 - Fatal bus error interrupt enable

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

Bit 14 - Early receive interrupt enable

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

Bit 15 - Abnormal interrupt summary enable

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

Bit 16 - Normal interrupt summary enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T[src]

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