[][src]Struct msp432e4::emac0::dmaris::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 emac_dmaris_ti(&mut self) -> _EMAC_DMARIS_TIW[src]

Bit 0 - Transmit Interrupt

pub fn emac_dmaris_tps(&mut self) -> _EMAC_DMARIS_TPSW[src]

Bit 1 - Transmit Process Stopped

pub fn emac_dmaris_tu(&mut self) -> _EMAC_DMARIS_TUW[src]

Bit 2 - Transmit Buffer Unavailable

pub fn emac_dmaris_tjt(&mut self) -> _EMAC_DMARIS_TJTW[src]

Bit 3 - Transmit Jabber Timeout

pub fn emac_dmaris_ovf(&mut self) -> _EMAC_DMARIS_OVFW[src]

Bit 4 - Receive Overflow

pub fn emac_dmaris_unf(&mut self) -> _EMAC_DMARIS_UNFW[src]

Bit 5 - Transmit Underflow

pub fn emac_dmaris_ri(&mut self) -> _EMAC_DMARIS_RIW[src]

Bit 6 - Receive Interrupt

pub fn emac_dmaris_ru(&mut self) -> _EMAC_DMARIS_RUW[src]

Bit 7 - Receive Buffer Unavailable

pub fn emac_dmaris_rps(&mut self) -> _EMAC_DMARIS_RPSW[src]

Bit 8 - Receive Process Stopped

pub fn emac_dmaris_rwt(&mut self) -> _EMAC_DMARIS_RWTW[src]

Bit 9 - Receive Watchdog Timeout

pub fn emac_dmaris_eti(&mut self) -> _EMAC_DMARIS_ETIW[src]

Bit 10 - Early Transmit Interrupt

pub fn emac_dmaris_fbi(&mut self) -> _EMAC_DMARIS_FBIW[src]

Bit 13 - Fatal Bus Error Interrupt

pub fn emac_dmaris_eri(&mut self) -> _EMAC_DMARIS_ERIW[src]

Bit 14 - Early Receive Interrupt

pub fn emac_dmaris_ais(&mut self) -> _EMAC_DMARIS_AISW[src]

Bit 15 - Abnormal Interrupt Summary

pub fn emac_dmaris_nis(&mut self) -> _EMAC_DMARIS_NISW[src]

Bit 16 - Normal Interrupt Summary

pub fn emac_dmaris_rs(&mut self) -> _EMAC_DMARIS_RSW[src]

Bits 17:19 - Received Process State

pub fn emac_dmaris_ts(&mut self) -> _EMAC_DMARIS_TSW[src]

Bits 20:22 - Transmit Process State

pub fn emac_dmaris_ae(&mut self) -> _EMAC_DMARIS_AEW[src]

Bits 23:25 - Access Error

pub fn emac_dmaris_mmc(&mut self) -> _EMAC_DMARIS_MMCW[src]

Bit 27 - MAC MMC Interrupt

pub fn emac_dmaris_pmt(&mut self) -> _EMAC_DMARIS_PMTW[src]

Bit 28 - MAC PMT Interrupt Status

pub fn emac_dmaris_tt(&mut self) -> _EMAC_DMARIS_TTW[src]

Bit 29 - Timestamp Trigger Interrupt Status

Auto Trait Implementations

impl Unpin for W

impl Sync for W

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