Home
last modified time | relevance | path

Searched refs:pdm_df_output_gain_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm.h235 } pdm_df_output_gain_t; typedef
259 pdm_df_output_gain_t gain; /*!< Decimation Filter Output Gain */
831 void PDM_SetChannelGain(PDM_Type *base, uint32_t channel, pdm_df_output_gain_t gain);
Dfsl_pdm.c435 void PDM_SetChannelGain(PDM_Type *base, uint32_t channel, pdm_df_output_gain_t gain) in PDM_SetChannelGain()