Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/qdc/
Dfsl_qdc.c142 …base->FILT = QDC_FILT_FILT_CNT(config->filterCount) | QDC_FILT_FILT_PER(config->filterSamplePeriod) in QDC_Init()
255 config->filterCount = 0U; in QDC_GetDefaultConfig()
Dfsl_qdc.h218 …uint16_t filterCount; /*!< Input Filter Sample Count. This value should be chosen to reduce the pr… member
/hal_nxp-latest/mcux/mcux-sdk/drivers/enc/
Dfsl_enc.c143 …base->FILT = ENC_FILT_FILT_CNT(config->filterCount) | ENC_FILT_FILT_PER(config->filterSamplePeriod) in ENC_Init()
256 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-latest/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-latest/mcux/mcux-sdk/drivers/acmp/
Dfsl_acmp.h157 …uint32_t filterCount; /*!< Filter Sample Count. Available range is 1-7, 0 would cause the filter … member
Dfsl_acmp.c343 tmp32 |= (CMP_C0_FILTER_CNT(config->filterCount) | CMP_C0_FPR(config->filterPeriod)); in ACMP_SetFilterConfig()