Searched refs:filterSampleCount (Results 1 – 7 of 7) sorted by relevance
1298 uint8_t filterSampleCount) in PWM_SetFilterSampleCount() argument1305 base->SM[subModule].CAPTFILTA |= PWM_CAPTFILTA_CAPTA_FILT_CNT(filterSampleCount); in PWM_SetFilterSampleCount()1311 base->SM[subModule].CAPTFILTB |= PWM_CAPTFILTB_CAPTB_FILT_CNT(filterSampleCount); in PWM_SetFilterSampleCount()1317 base->SM[subModule].CAPTFILTX |= PWM_CAPTFILTX_CAPTX_FILT_CNT(filterSampleCount); in PWM_SetFilterSampleCount()
130 …EQDC_FILT_FILT_CNT(psConfig->filterSampleCount) | EQDC_FILT_FILT_PER(psConfig->filterSamplePeriod); in EQDC_Init()245 psConfig->filterSampleCount = kEQDC_Filter3Samples; in EQDC_GetDefaultConfig()
393 …eqdc_filter_sample_count_t filterSampleCount; /*!< Input Filter Sample Count. This value should be… member
84 …uint8_t filterSampleCount; /*!< Filter Sample Count. Available range is 1-7; 0 disables the filte… member
226 …= HSCMP_CCR1_FILT_PER(config->filterSamplePeriod) | HSCMP_CCR1_FILT_CNT(config->filterSampleCount); in HSCMP_SetFilterConfig()
177 …uint8_t filterSampleCount; /*!< Filter Sample Count. Available range is 1-7; 0 disables the filte… member
260 …= LPCMP_CCR1_FILT_PER(config->filterSamplePeriod) | LPCMP_CCR1_FILT_CNT(config->filterSampleCount); in LPCMP_SetFilterConfig()