[][src]Struct sam3x8e::uotghs::devdmacontrol5::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn chann_enb(&mut self) -> _CHANN_ENBW[src]

Bit 0 - Channel Enable Command

pub fn ldnxt_dsc(&mut self) -> _LDNXT_DSCW[src]

Bit 1 - Load Next Channel Transfer Descriptor Enable Command

pub fn end_tr_en(&mut self) -> _END_TR_ENW[src]

Bit 2 - End of Transfer Enable Control

pub fn end_b_en(&mut self) -> _END_B_ENW[src]

Bit 3 - End of Buffer Enable Control

pub fn end_tr_it(&mut self) -> _END_TR_ITW[src]

Bit 4 - End of Transfer Interrupt Enable

pub fn end_buffit(&mut self) -> _END_BUFFITW[src]

Bit 5 - End of Buffer Interrupt Enable

pub fn desc_ld_it(&mut self) -> _DESC_LD_ITW[src]

Bit 6 - Descriptor Loaded Interrupt Enable

pub fn burst_lck(&mut self) -> _BURST_LCKW[src]

Bit 7 - Burst Lock Enable

pub fn buff_length(&mut self) -> _BUFF_LENGTHW[src]

Bits 16:31 - Buffer Byte Length (Write-only)

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 = !

🔬 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]