Searched refs:filterCount (Results 1 – 6 of 6) sorted by relevance
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()
130 …base->FILT = ENC_FILT_FILT_CNT(config->filterCount) | ENC_FILT_FILT_PER(config->filterSamplePeriod) in ENC_Init()243 config->filterCount = 0U; in ENC_GetDefaultConfig()
219 …uint16_t filterCount; /*!< Input Filter Sample Count. This value should be chosen to reduce the pr… member
146 …uint32_t filterCount; /*!< Filter Sample Count. Available range is 1-7, 0 would cause the filter … member
328 tmp32 |= (CMP_C0_FILTER_CNT(config->filterCount) | CMP_C0_FPR(config->filterPeriod)); in ACMP_SetFilterConfig()