[][src]Struct msp432e4::emac0::dmabusmod::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_dmabusmod_swr(&mut self) -> _EMAC_DMABUSMOD_SWRW[src]

Bit 0 - DMA Software Reset

pub fn emac_dmabusmod_da(&mut self) -> _EMAC_DMABUSMOD_DAW[src]

Bit 1 - DMA Arbitration Scheme

pub fn emac_dmabusmod_dsl(&mut self) -> _EMAC_DMABUSMOD_DSLW[src]

Bits 2:6 - Descriptor Skip Length

pub fn emac_dmabusmod_atds(&mut self) -> _EMAC_DMABUSMOD_ATDSW[src]

Bit 7 - Alternate Descriptor Size

pub fn emac_dmabusmod_pbl(&mut self) -> _EMAC_DMABUSMOD_PBLW[src]

Bits 8:13 - Programmable Burst Length

pub fn emac_dmabusmod_pr(&mut self) -> _EMAC_DMABUSMOD_PRW[src]

Bits 14:15 - Priority Ratio

pub fn emac_dmabusmod_fb(&mut self) -> _EMAC_DMABUSMOD_FBW[src]

Bit 16 - Fixed Burst

pub fn emac_dmabusmod_rpbl(&mut self) -> _EMAC_DMABUSMOD_RPBLW[src]

Bits 17:22 - RX DMA Programmable Burst Length (PBL)

pub fn emac_dmabusmod_usp(&mut self) -> _EMAC_DMABUSMOD_USPW[src]

Bit 23 - Use Separate Programmable Burst Length (PBL)

pub fn emac_dmabusmod_8xpbl(&mut self) -> _EMAC_DMABUSMOD_8XPBLW[src]

Bit 24 - 8 x Programmable Burst Length (PBL) Mode

pub fn emac_dmabusmod_aal(&mut self) -> _EMAC_DMABUSMOD_AALW[src]

Bit 25 - Address Aligned Beats

pub fn emac_dmabusmod_mb(&mut self) -> _EMAC_DMABUSMOD_MBW[src]

Bit 26 - Mixed Burst

pub fn emac_dmabusmod_txpr(&mut self) -> _EMAC_DMABUSMOD_TXPRW[src]

Bit 27 - Transmit Priority

pub fn emac_dmabusmod_rib(&mut self) -> _EMAC_DMABUSMOD_RIBW[src]

Bit 31 - Rebuild Burst

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