Home
last modified time | relevance | path

Searched refs:filterCount (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/cmp/
Dfsl_cmp.h92 uint8_t filterCount; /*!< Filter Sample Count. Available range is 1-7; 0 disables the filter.*/ member
Dfsl_cmp.c252 tmp8 |= CMP_CR0_FILTER_CNT(config->filterCount); in CMP_SetFilterConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/enc/
Dfsl_enc.c130 …base->FILT = ENC_FILT_FILT_CNT(config->filterCount) | ENC_FILT_FILT_PER(config->filterSamplePeriod) in ENC_Init()
243 config->filterCount = 0U; in ENC_GetDefaultConfig()
Dfsl_enc.h219 …uint16_t filterCount; /*!< Input Filter Sample Count. This value should be chosen to reduce the pr… member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/acmp/
Dfsl_acmp.h146 …uint32_t filterCount; /*!< Filter Sample Count. Available range is 1-7, 0 would cause the filter … member
Dfsl_acmp.c328 tmp32 |= (CMP_C0_FILTER_CNT(config->filterCount) | CMP_C0_FPR(config->filterPeriod)); in ACMP_SetFilterConfig()