[][src]Struct sam3x8e::dmac::cfg1::_FIFOCFGW

pub struct _FIFOCFGW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _FIFOCFGW<'a>[src]

pub fn variant(self, variant: FIFOCFGW) -> &'a mut W[src]

Writes variant to the field

pub fn alap_cfg(self) -> &'a mut W[src]

The largest defined length AHB burst is performed on the destination AHB interface.

pub fn half_cfg(self) -> &'a mut W[src]

When half FIFO size is available/filled, a source/destination request is serviced.

pub fn asap_cfg(self) -> &'a mut W[src]

When there is enough space/data available to perform a single AHB access, then the request is serviced.

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _FIFOCFGW<'a>

impl<'a> Sync for _FIFOCFGW<'a>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]