Home
last modified time | relevance | path

Searched refs:fir1_scale (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_pdm_pcm_v2.c69 CY_ASSERT_L2(CY_PDM_PCM_IS_SCALE_VALID(channel_config->fir1_scale)); in Cy_PDM_PCM_Channel_Init()
92 … _VAL2FLD(PDM_CH_FIR1_CTL_SCALE, channel_config->fir1_scale) | in Cy_PDM_PCM_Channel_Init()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_pdmpcm.c903 int fir1_scale = _cyhal_pdm_pcm_gain_to_scale(cfg->left_gain); in _cyhal_pdm_pcm_set_pdl_config_struct() local
904 if(CY_RSLT_SUCCESS == result && (fir1_scale < 0 || fir1_scale > _CYHAL_PDM_PCM_MAX_FIR1_SCALE)) in _cyhal_pdm_pcm_set_pdl_config_struct()
964 pdl_chan_config->fir1_scale = fir1_scale; in _cyhal_pdm_pcm_set_pdl_config_struct()
985 pdl_chan_config_paired->fir1_scale = fir1_scale_paired; in _cyhal_pdm_pcm_set_pdl_config_struct()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_pdm_pcm_v2.h356 …uint8_t fir1_scale; /**< FIR 1 filter PCM scaling. range 0 t… member