embassy-nrf

Crates

0.1.0

Versions

nrf52810

Flavors

Module pdm

Source
Expand description

Pulse Density Modulation (PDM) mirophone driver.

Structs§

Config
PDM microphone driver Config
InterruptHandler
Interrupt handler.
Pdm
PDM microphone interface

Enums§

Edge
PDM edge polarity
Error
PDM error.
Frequency
PDM_CLK frequency
OperationMode
PDM operation mode.
SamplerState
The state of a continuously running sampler. While it reflects the progress of a sampler, it also signals what should be done next. For example, if the sampler has stopped then the Pdm implementation can then tear down its infrastructure.

Traits§

Instance
PDM peripheral instance.