[][src]Struct k64::enet::eimr::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 ts_timer(&self) -> TS_TIMERR[src]

Bit 15 - TS_TIMER Interrupt Mask

pub fn ts_avail(&self) -> TS_AVAILR[src]

Bit 16 - TS_AVAIL Interrupt Mask

pub fn wakeup(&self) -> WAKEUPR[src]

Bit 17 - WAKEUP Interrupt Mask

pub fn plr(&self) -> PLRR[src]

Bit 18 - PLR Interrupt Mask

pub fn un(&self) -> UNR[src]

Bit 19 - UN Interrupt Mask

pub fn rl(&self) -> RLR[src]

Bit 20 - RL Interrupt Mask

pub fn lc(&self) -> LCR[src]

Bit 21 - LC Interrupt Mask

pub fn eberr(&self) -> EBERRR[src]

Bit 22 - EBERR Interrupt Mask

pub fn mii(&self) -> MIIR[src]

Bit 23 - MII Interrupt Mask

pub fn rxb(&self) -> RXBR[src]

Bit 24 - RXB Interrupt Mask

pub fn rxf(&self) -> RXFR[src]

Bit 25 - RXF Interrupt Mask

pub fn txb(&self) -> TXBR[src]

Bit 26 - TXB Interrupt Mask

pub fn txf(&self) -> TXFR[src]

Bit 27 - TXF Interrupt Mask

pub fn gra(&self) -> GRAR[src]

Bit 28 - GRA Interrupt Mask

pub fn babt(&self) -> BABTR[src]

Bit 29 - BABT Interrupt Mask

pub fn babr(&self) -> BABRR[src]

Bit 30 - BABR Interrupt Mask

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]