RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock {
Show 34 fields pub dma_int_status: DMA_INT_STATUS, pub dma_int_tcstatus: DMA_INT_TCSTATUS, pub dma_int_tcclear: DMA_INT_TCCLEAR, pub dma_int_error_status: DMA_INT_ERROR_STATUS, pub dma_int_err_clr: DMA_INT_ERR_CLR, pub dma_raw_int_tcstatus: DMA_RAW_INT_TCSTATUS, pub dma_raw_int_error_status: DMA_RAW_INT_ERROR_STATUS, pub dma_enbld_chns: DMA_ENBLD_CHNS, pub dma_soft_breq: DMA_SOFT_BREQ, pub dma_soft_sreq: DMA_SOFT_SREQ, pub dma_soft_lbreq: DMA_SOFT_LBREQ, pub dma_soft_lsreq: DMA_SOFT_LSREQ, pub dma_top_config: DMA_TOP_CONFIG, pub dma_sync: DMA_SYNC, pub dma_c0src_addr: DMA_C0SRC_ADDR, pub dma_c0dst_addr: DMA_C0DST_ADDR, pub dma_c0lli: DMA_C0LLI, pub dma_c0control: DMA_C0CONTROL, pub dma_c0config: DMA_C0CONFIG, pub dma_c1src_addr: DMA_C1SRC_ADDR, pub dma_c1dst_addr: DMA_C1DST_ADDR, pub dma_c1lli: DMA_C1LLI, pub dma_c1control: DMA_C1CONTROL, pub dma_c1config: DMA_C1CONFIG, pub dma_c2src_addr: DMA_C2SRC_ADDR, pub dma_c2dst_addr: DMA_C2DST_ADDR, pub dma_c2lli: DMA_C2LLI, pub dma_c2control: DMA_C2CONTROL, pub dma_c2config: DMA_C2CONFIG, pub dma_c3src_addr: DMA_C3SRC_ADDR, pub dma_c3dst_addr: DMA_C3DST_ADDR, pub dma_c3lli: DMA_C3LLI, pub dma_c3control: DMA_C3CONTROL, pub dma_c3config: DMA_C3CONFIG, /* private fields */
}
Expand description

Register block

Fields§

§dma_int_status: DMA_INT_STATUS

0x00 - DMA_IntStatus.

§dma_int_tcstatus: DMA_INT_TCSTATUS

0x04 - DMA_IntTCStatus.

§dma_int_tcclear: DMA_INT_TCCLEAR

0x08 - DMA_IntTCClear.

§dma_int_error_status: DMA_INT_ERROR_STATUS

0x0c - DMA_IntErrorStatus.

§dma_int_err_clr: DMA_INT_ERR_CLR

0x10 - DMA_IntErrClr.

§dma_raw_int_tcstatus: DMA_RAW_INT_TCSTATUS

0x14 - DMA_RawIntTCStatus.

§dma_raw_int_error_status: DMA_RAW_INT_ERROR_STATUS

0x18 - DMA_RawIntErrorStatus.

§dma_enbld_chns: DMA_ENBLD_CHNS

0x1c - DMA_EnbldChns.

§dma_soft_breq: DMA_SOFT_BREQ

0x20 - DMA_SoftBReq.

§dma_soft_sreq: DMA_SOFT_SREQ

0x24 - DMA_SoftSReq.

§dma_soft_lbreq: DMA_SOFT_LBREQ

0x28 - DMA_SoftLBReq.

§dma_soft_lsreq: DMA_SOFT_LSREQ

0x2c - DMA_SoftLSReq.

§dma_top_config: DMA_TOP_CONFIG

0x30 - DMA_Top_Config.

§dma_sync: DMA_SYNC

0x34 - DMA_Sync.

§dma_c0src_addr: DMA_C0SRC_ADDR

0x100 - DMA_C0SrcAddr.

§dma_c0dst_addr: DMA_C0DST_ADDR

0x104 - DMA_C0DstAddr.

§dma_c0lli: DMA_C0LLI

0x108 - DMA_C0LLI.

§dma_c0control: DMA_C0CONTROL

0x10c - DMA_C0Control.

§dma_c0config: DMA_C0CONFIG

0x110 - DMA_C0Config.

§dma_c1src_addr: DMA_C1SRC_ADDR

0x200 - DMA_C1SrcAddr.

§dma_c1dst_addr: DMA_C1DST_ADDR

0x204 - DMA_C1DstAddr.

§dma_c1lli: DMA_C1LLI

0x208 - DMA_C1LLI.

§dma_c1control: DMA_C1CONTROL

0x20c - DMA_C1Control.

§dma_c1config: DMA_C1CONFIG

0x210 - DMA_C1Config.

§dma_c2src_addr: DMA_C2SRC_ADDR

0x300 - DMA_C2SrcAddr.

§dma_c2dst_addr: DMA_C2DST_ADDR

0x304 - DMA_C2DstAddr.

§dma_c2lli: DMA_C2LLI

0x308 - DMA_C2LLI.

§dma_c2control: DMA_C2CONTROL

0x30c - DMA_C2Control.

§dma_c2config: DMA_C2CONFIG

0x310 - DMA_C2Config.

§dma_c3src_addr: DMA_C3SRC_ADDR

0x400 - DMA_C3SrcAddr.

§dma_c3dst_addr: DMA_C3DST_ADDR

0x404 - DMA_C3DstAddr.

§dma_c3lli: DMA_C3LLI

0x408 - DMA_C3LLI.

§dma_c3control: DMA_C3CONTROL

0x40c - DMA_C3Control.

§dma_c3config: DMA_C3CONFIG

0x410 - DMA_C3Config.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.