Searched refs:decimcode (Results 1 – 1 of 1) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_pdm_pcm_v2.h | 536 …et_Cic_DecimCode(PDM_Type * base, uint8_t channel_num, cy_en_pdm_pcm_ch_cic_decimcode_t decimcode); 537 …0(PDM_Type * base, uint8_t channel_num, cy_en_pdm_pcm_ch_fir0_decimcode_t decimcode,uint8_t scale); 538 …1(PDM_Type * base, uint8_t channel_num, cy_en_pdm_pcm_ch_fir1_decimcode_t decimcode,uint8_t scale); 689 …Set_Cic_DecimCode(PDM_Type * base, uint8_t channel_num, cy_en_pdm_pcm_ch_cic_decimcode_t decimcode) in Cy_PDM_PCM_Channel_Set_Cic_DecimCode() argument 691 PDM_PCM_CH_CIC_CTL(base, channel_num) = (uint32_t)decimcode; in Cy_PDM_PCM_Channel_Set_Cic_DecimCode() 714 …r0(PDM_Type * base, uint8_t channel_num, cy_en_pdm_pcm_ch_fir0_decimcode_t decimcode,uint8_t scale) in Cy_PDM_PCM_Channel_Set_Fir0() argument 718 PDM_PCM_CH_FIR0_CTL(base, channel_num) |= _VAL2FLD(PDM_CH_FIR0_CTL_DECIM3, decimcode) | in Cy_PDM_PCM_Channel_Set_Fir0() 737 …r1(PDM_Type * base, uint8_t channel_num, cy_en_pdm_pcm_ch_fir1_decimcode_t decimcode,uint8_t scale) in Cy_PDM_PCM_Channel_Set_Fir1() argument 741 PDM_PCM_CH_FIR1_CTL(base, channel_num) |= _VAL2FLD(PDM_CH_FIR1_CTL_DECIM2, decimcode) | in Cy_PDM_PCM_Channel_Set_Fir1()
|