embassy-stm32

Crates

git

Versions

stm32u5f9zj

Flavors

Skip to main content

Module gpu2d

Module gpu2d 

Source
Expand description

GPU2D (NeoChrom) 2D graphics accelerator.

The GPU2D is primarily programmed via command lists in memory; the peripheral registers expose status and interrupt control only.

Structs§

Gpu2d
GPU2D driver.
InterruptHandler
GPU2D error interrupt handler.

Enums§

Error
GPU2D driver error flag.

Traits§

Instance
GPU2D instance trait.