[][src]Struct atsams70j21b::xdmac::xdmac_chid::xdmac_cc::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn type_(&self) -> TYPE_R[src]

Bit 0 - Channel x Transfer Type

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

Bits 1:2 - Channel x Memory Burst Size

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

Bit 4 - Channel x Synchronization

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

Bit 6 - Channel x Software Request Trigger

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

Bit 7 - Channel x Fill Block of memory

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

Bits 8:10 - Channel x Chunk Size

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

Bits 11:12 - Channel x Data Width

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

Bit 13 - Channel x Source Interface Identifier

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

Bit 14 - Channel x Destination Interface Identifier

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

Bits 16:17 - Channel x Source Addressing Mode

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

Bits 18:19 - Channel x Destination Addressing Mode

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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