Home
last modified time | relevance | path

Searched refs:sampleClockCount (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/adc12/
Dfsl_adc12.c152 tmp32 |= ADC_CFG2_SMPLTS(config->sampleClockCount - 1U); in ADC12_Init()
209 config->sampleClockCount = 13U; in ADC12_GetDefaultConfig()
Dfsl_adc12.h117 …uint32_t sampleClockCount; /*!< Select the sample clock count. Add i… member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/acmp/
Dfsl_acmp.h172 …uint32_t sampleClockCount; /*!< Specifies how many round-robin clock cycles(0~3) later the sampl… member
Dfsl_acmp.c438 CMP_C2_NSAM(config->sampleClockCount) | CMP_C2_INITMOD(config->delayModulus)); in ACMP_SetRoundRobinConfig()