[][src]Struct atsams70n19b::usbhs::usbhs_hstdma::usbhs_hstdmacontrol::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 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 (OUT transfers only)

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