Module esp32c3_hal::dma

source ·
Expand description

Direct Memory Access Commons

Descriptors should be sized as ((BUFFERSIZE + 4091) / 4092) * 3. I.e., to transfer buffers of size 1..=4092, you need 3 descriptors.

Modules

  • Direct Memory Access

Structs

Enums

Traits