Module embassy_nrf::pdm

source ·
Expand description

Pulse Density Modulation (PDM) mirophone driver.

Structs

Enums

  • PDM edge polarity
  • PDM error.
  • PDM_CLK frequency
  • PDM operation mode.
  • Selects the ratio between PDM_CLK and output sample rate
  • 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