Expand description
Pulse Density Modulation (PDM) mirophone driver.
Structs§
- Config
- PDM microphone driver Config
- Interrupt
Handler - Interrupt handler.
- Pdm
- PDM microphone interface
Enums§
- Edge
- PDM edge polarity
- Error
- PDM error.
- Frequency
- PDM_CLK frequency
- Operation
Mode - PDM operation mode.
- Sampler
State - 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.