#[repr(C)]
pub struct Dma0Registers { pub dma0: [DmaRegisters; 7], pub dma7: [DmaLiteRegisters; 4], pub dma11: [Dma4Registers; 4], pub int_status: ReadOnly<u32, Register>, pub enable: ReadWrite<u32, Register>, /* private fields */ }
Expand description

DMA0-14 register block

Fields

dma0: [DmaRegisters; 7]

DMA0-6

dma7: [DmaLiteRegisters; 4]

DMA7-10

dma11: [Dma4Registers; 4]

DMA11-14

int_status: ReadOnly<u32, Register>

Interrupt status of each DMA channel

enable: ReadWrite<u32, Register>

Global enable bits for each DMA channel

Implementations

DMA0

DMA1

DMA2

DMA3

DMA4

DMA5

DMA6

DMA7

DMA8

DMA9

DMA10

DMA11

DMA12

DMA13

DMA14

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.