Searched refs:filterCount (Results 1 – 8 of 8) sorted by relevance
142 …base->FILT = QDC_FILT_FILT_CNT(config->filterCount) | QDC_FILT_FILT_PER(config->filterSamplePeriod) in QDC_Init()255 config->filterCount = 0U; in QDC_GetDefaultConfig()
218 …uint16_t filterCount; /*!< Input Filter Sample Count. This value should be chosen to reduce the pr… member
143 …base->FILT = ENC_FILT_FILT_CNT(config->filterCount) | ENC_FILT_FILT_PER(config->filterSamplePeriod) in ENC_Init()256 config->filterCount = 0U; in ENC_GetDefaultConfig()
219 …uint16_t filterCount; /*!< Input Filter Sample Count. This value should be chosen to reduce the pr… member
92 uint8_t filterCount; /*!< Filter Sample Count. Available range is 1-7; 0 disables the filter.*/ member
252 tmp8 |= CMP_CR0_FILTER_CNT(config->filterCount); in CMP_SetFilterConfig()
157 …uint32_t filterCount; /*!< Filter Sample Count. Available range is 1-7, 0 would cause the filter … member
343 tmp32 |= (CMP_C0_FILTER_CNT(config->filterCount) | CMP_C0_FPR(config->filterPeriod)); in ACMP_SetFilterConfig()