The PDM path configuration structure.
Data Fields | |
cy_en_adcmic_sample_rate_t | sampleRate |
Sample rate. | |
bool | clockInv |
Inverts the clock. | |
uint8_t | latchDelay |
the PDM data latch delay, when clockInv is false, the valid range is 1...8 when clockInv is true, the valid range is 2...9 | |
cy_stc_adcmic_biquad_config_t * | biQuadConfig |
The pointer to the biquad filter configuration structure. | |
bool | fifoTrigger |
Trigger out on valid FIFO data. | |
uint8_t | fifoFull |
Count for FIFO full condition. | |
uint8_t | fifoEmpty |
Count for FIFO empty condition. | |