[]Struct stm32f407g_disc::ethernet_dma::dmabmr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn sr(&mut self) -> _SRW

Bit 0 - Software reset

pub fn da(&mut self) -> _DAW

Bit 1 - DMA arbitration

pub fn dsl(&mut self) -> _DSLW

Bits 2:6 - Descriptor skip length

pub fn edfe(&mut self) -> _EDFEW

Bit 7 - Enhanced descriptor format enable

pub fn pbl(&mut self) -> _PBLW

Bits 8:13 - Programmable burst length

pub fn pm(&mut self) -> _PMW

Bits 14:15 - Rx-Tx priority ratio

pub fn fb(&mut self) -> _FBW

Bit 16 - Fixed burst

pub fn rdp(&mut self) -> _RDPW

Bits 17:22 - Rx DMA PBL

pub fn usp(&mut self) -> _USPW

Bit 23 - Use separate PBL

pub fn fpm(&mut self) -> _FPMW

Bit 24 - 4xPBL mode

pub fn aab(&mut self) -> _AABW

Bit 25 - Address-aligned beats

pub fn mb(&mut self) -> _MBW

Bit 26 - Mixed burst

Auto Trait Implementations

impl Send for W

impl Sync for W

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]