Struct gd32vf103xx_hal::dma::dma1::C1[][src]

pub struct C1 { /* fields omitted */ }
Expand description

A singleton that represents a single DMAx channel (channel X in this case)

This singleton has exclusive access to the registers of the DMAx channel X

Implementations

Associated peripheral address

inc indicates whether the address will be incremented after every byte transfer

address where from/to data will be read/write

inc indicates whether the address will be incremented after every byte transfer

Number of bytes to transfer

Starts the DMA transfer

Stops the DMA transfer

Returns true if there’s a transfer in progress

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

Performs the conversion.

Performs the conversion.

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.