[][src]Struct atsams70q19::xdmac::xdmac_chid::xdmac_cc::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 type_(&mut self) -> _TYPEW[src]

Bit 0 - Channel x Transfer Type

pub fn mbsize(&mut self) -> _MBSIZEW[src]

Bits 1:2 - Channel x Memory Burst Size

pub fn dsync(&mut self) -> _DSYNCW[src]

Bit 4 - Channel x Synchronization

pub fn swreq(&mut self) -> _SWREQW[src]

Bit 6 - Channel x Software Request Trigger

pub fn memset(&mut self) -> _MEMSETW[src]

Bit 7 - Channel x Fill Block of memory

pub fn csize(&mut self) -> _CSIZEW[src]

Bits 8:10 - Channel x Chunk Size

pub fn dwidth(&mut self) -> _DWIDTHW[src]

Bits 11:12 - Channel x Data Width

pub fn sif(&mut self) -> _SIFW[src]

Bit 13 - Channel x Source Interface Identifier

pub fn dif(&mut self) -> _DIFW[src]

Bit 14 - Channel x Destination Interface Identifier

pub fn sam(&mut self) -> _SAMW[src]

Bits 16:17 - Channel x Source Addressing Mode

pub fn dam(&mut self) -> _DAMW[src]

Bits 18:19 - Channel x Destination Addressing Mode

pub fn initd(&mut self) -> _INITDW[src]

Bit 21 - Channel Initialization Terminated (this bit is read-only)

pub fn rdip(&mut self) -> _RDIPW[src]

Bit 22 - Read in Progress (this bit is read-only)

pub fn wrip(&mut self) -> _WRIPW[src]

Bit 23 - Write in Progress (this bit is read-only)

pub fn perid(&mut self) -> _PERIDW[src]

Bits 24:30 - Channel x Peripheral Hardware Request Line Identifier

Auto Trait Implementations

impl Unpin for W

impl Send for W

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