embassy-rp

Crates

git

Versions

rp235xa

Flavors

Skip to main content

Module interpolator

Module interpolator 

Source
Expand description

Interpolator driver for RP2040/RP235x The interpolator is a hardware peripheral that can perform linear interpolation and accumulation of values. It has two lanes, each with its own accumulator and base register. The interpolator can be used for various applications, such as generating sequences of values or performing mathematical operations on data streams.

Structs§

INTERP0
Interpolator peripheral type.
INTERP1
Interpolator peripheral type.
Interpolator
Interpolator Driver
InterpolatorLane0
Lane 0
InterpolatorLane1
Lane 1
LaneCtrl
Configuration struct for one lane of the interpolator

Traits§

Instance
Interpolator instance trait.