[][src]Struct nuc1xx::pdma0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub pdma_csrx: PDMA_CSRX,
    pub pdma_sarx: PDMA_SARX,
    pub pdma_darx: PDMA_DARX,
    pub pdma_bcrx: PDMA_BCRX,
    pub pdma_pointx: PDMA_POINTX,
    pub pdma_csarx: PDMA_CSARX,
    pub pdma_cdarx: PDMA_CDARX,
    pub pdma_cbcrx: PDMA_CBCRX,
    pub pdma_ierx: PDMA_IERX,
    pub pdma_isrx: PDMA_ISRX,
    pub pdma_sbuf0_cx: PDMA_SBUF0_CX,
    // some fields omitted
}

Register block

Fields

pdma_csrx: PDMA_CSRX

0x00 - PDMA Control and Status Register CHx

pdma_sarx: PDMA_SARX

0x04 - PDMA Transfer Source Address Register CHx

pdma_darx: PDMA_DARX

0x08 - PDMA Transfer Destination Address Register CHx

pdma_bcrx: PDMA_BCRX

0x0c - PDMA Transfer Byte Count Register CHx

pdma_pointx: PDMA_POINTX

0x10 - PDMA Internal Buffer Pointer Register CHx

pdma_csarx: PDMA_CSARX

0x14 - PDMA Current Source Address Register CHx

pdma_cdarx: PDMA_CDARX

0x18 - PDMA Current Destination Address Register CHx

pdma_cbcrx: PDMA_CBCRX

0x1c - PDMA Current Byte Count Register CHx

pdma_ierx: PDMA_IERX

0x20 - PDMA Interrupt Enable Control Register CHx

pdma_isrx: PDMA_ISRX

0x24 - PDMA Interrupt Status Register CHx

pdma_sbuf0_cx: PDMA_SBUF0_CX

0x80 - PDMA Shared Buffer FIFO 0 Register CHx

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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