Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_ctimer_time_stamp.c63 mCtimerMatchConfig.enableCounterReset = true; in HAL_TimeStampInit()
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ctimer.c77 mCtimerMatchConfig.enableCounterReset = true; in HAL_CTimerConfigTimeout()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.h146 bool enableCounterReset; /*!< true: Match will reset the counter member
Dfsl_ctimer.c394 …reg |= ((uint32_t)(config->enableCounterReset) << (CTIMER_MCR_MR0R_SHIFT + ((uint32_t)matchChannel… in CTIMER_SetupMatch()