Struct esp32c2_hal::gdma::Gdma

source ·
pub struct Gdma {
    pub channel0: ChannelCreator0,
    /* private fields */
}
Expand description

GDMA Peripheral

This offers the available DMA channels.

Fields§

§channel0: ChannelCreator0

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.