DMIC channel configuration structure. More...
#include <dmic.h>
Data Fields | |
| dmic_cutoff_freq_t | hpf_cutoff_freq |
| bool | enable |
| bool | enable_low_power |
| bool | enable_ll_filter |
| bool | enable_hpf |
| bool | enable_iir |
DMIC channel configuration structure.
Holds the channel configuration parameters including filter settings, power modes, and data transfer parameters.
| dmic_cutoff_freq_t dmic_channel_config_s::hpf_cutoff_freq |
High-pass filter cutoff frequency enum
| bool dmic_channel_config_s::enable |
Enable/disable the channel
| bool dmic_channel_config_s::enable_low_power |
Enable low power mode
| bool dmic_channel_config_s::enable_ll_filter |
Enable low-latency filter
| bool dmic_channel_config_s::enable_hpf |
Enable high-pass filter
| bool dmic_channel_config_s::enable_iir |
Enable IIR filter