embassy-stm32

Crates

git

Versions

stm32u599zi

Flavors

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.