#[repr(C)]
pub struct DmaRegisters { pub cs: ReadWrite<u32, Register>, pub conblk_ad: ReadWrite<u32>, pub ti: ReadWrite<u32, Register>, pub source_ad: ReadWrite<u32>, pub dest_ad: ReadWrite<u32>, pub txfr_len: ReadWrite<u32, Register>, pub stride: ReadWrite<u32, Register>, pub nextconbk: ReadWrite<u32>, pub debug: ReadWrite<u32, Register>, /* private fields */ }
Expand description

A DMA engine (DMA0-6) register block

Fields

cs: ReadWrite<u32, Register>

Control and status

conblk_ad: ReadWrite<u32>

Control block address

ti: ReadWrite<u32, Register>

CB word 0 (transfer information)

source_ad: ReadWrite<u32>

CB word 1 (source address)

dest_ad: ReadWrite<u32>

CB word 2 (destination address)

txfr_len: ReadWrite<u32, Register>

CB word 3 (transfer length)

stride: ReadWrite<u32, Register>

CB word 4 (2D stride)

nextconbk: ReadWrite<u32>

CB word 5 (next CB address)

debug: ReadWrite<u32, Register>

Debug

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.