[][src]Struct msp432e4::emac0::dmaopmode::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_dmaopmode_sr(&mut self) -> _EMAC_DMAOPMODE_SRW[src]

Bit 1 - Start or Stop Receive

pub fn emac_dmaopmode_osf(&mut self) -> _EMAC_DMAOPMODE_OSFW[src]

Bit 2 - Operate on Second Frame

pub fn emac_dmaopmode_rtc(&mut self) -> _EMAC_DMAOPMODE_RTCW[src]

Bits 3:4 - Receive Threshold Control

pub fn emac_dmaopmode_dgf(&mut self) -> _EMAC_DMAOPMODE_DGFW[src]

Bit 5 - Drop Giant Frame Enable

pub fn emac_dmaopmode_fuf(&mut self) -> _EMAC_DMAOPMODE_FUFW[src]

Bit 6 - Forward Undersized Good Frames

pub fn emac_dmaopmode_fef(&mut self) -> _EMAC_DMAOPMODE_FEFW[src]

Bit 7 - Forward Error Frames

pub fn emac_dmaopmode_st(&mut self) -> _EMAC_DMAOPMODE_STW[src]

Bit 13 - Start or Stop Transmission Command

pub fn emac_dmaopmode_ttc(&mut self) -> _EMAC_DMAOPMODE_TTCW[src]

Bits 14:16 - Transmit Threshold Control

pub fn emac_dmaopmode_ftf(&mut self) -> _EMAC_DMAOPMODE_FTFW[src]

Bit 20 - Flush Transmit FIFO

pub fn emac_dmaopmode_tsf(&mut self) -> _EMAC_DMAOPMODE_TSFW[src]

Bit 21 - Transmit Store and Forward

pub fn emac_dmaopmode_dff(&mut self) -> _EMAC_DMAOPMODE_DFFW[src]

Bit 24 - Disable Flushing of Received Frames

pub fn emac_dmaopmode_rsf(&mut self) -> _EMAC_DMAOPMODE_RSFW[src]

Bit 25 - Receive Store and Forward

pub fn emac_dmaopmode_dt(&mut self) -> _EMAC_DMAOPMODE_DTW[src]

Bit 26 - Disable Dropping of TCP/IP Checksum Error Frames

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