Struct esp32s3_hal::gdma::Gdma

source ·
pub struct Gdma {
    pub channel0: ChannelCreator0,
    pub channel1: ChannelCreator1,
    pub channel2: ChannelCreator2,
    pub channel3: ChannelCreator3,
    pub channel4: ChannelCreator4,
    /* private fields */
}
Expand description

GDMA Peripheral

This offers the available DMA channels.

Fields§

§channel0: ChannelCreator0§channel1: ChannelCreator1§channel2: ChannelCreator2§channel3: ChannelCreator3§channel4: ChannelCreator4

Implementations§

Create a DMA instance.

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.