Struct stm32f3xx_hal::dma::dma1::C7[][src]

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

Singleton that represents a DMA channel

Trait Implementations

Is the interrupt flag for the given event set?

Clear the interrupt flag for the given event. Read more

Clear all interrupt event flags

Reset the control registers of this channel. This stops any ongoing transfers. Read more

Set the base address of the peripheral data register from/to which the data will be read/written. Read more

Set the base address of the memory area from/to which the data will be read/written. Read more

Set the number of words to transfer. Read more

Set the word size. Read more

Set the priority level of this channel

Set the transfer direction

Enable or disable the interrupt for the specified Event.

Enable the interrupt for the given Event.

Disable the interrupt for the given Event.

Start a transfer

Stop the current transfer

Is there a transfer in progress on this channel?

Formats the value using the given formatter. Read more

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.