Home
last modified time | relevance | path

Searched refs:filterSampleMode (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/cmp_1/
Dfsl_cmp.h93filterSampleMode; /* Filter sample mode. Control the filtering of the Analog Comparator output. */ member
273 static inline void CMP_FilterSampleConfig(cmp_filtercgf_samplemode_t filterSampleMode, in CMP_FilterSampleConfig() argument
280 ((uint32_t)filterSampleMode << PMC_COMP_FILTERCGF_SAMPLEMODE_SHIFT)); in CMP_FilterSampleConfig()
Dfsl_cmp.c72 PMC_COMP_FILTERCGF_SAMPLEMODE(config->filterSampleMode)); in CMP_Init()
110 config->filterSampleMode = kCMP_FilterSampleMode0; in CMP_GetDefaultConfig()