Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_ctimer_time_stamp.c64 mCtimerMatchConfig.enableCounterStop = false; in HAL_TimeStampInit()
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ctimer.c78 mCtimerMatchConfig.enableCounterStop = false; in HAL_CTimerConfigTimeout()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.h148 bool enableCounterStop; /*!< true: Match will stop the counter member
Dfsl_ctimer.c395 …reg |= ((uint32_t)(config->enableCounterStop) << (CTIMER_MCR_MR0S_SHIFT + ((uint32_t)matchChannel … in CTIMER_SetupMatch()