Searched refs:enableCounterReset (Results 1 – 4 of 4) sorted by relevance
63 mCtimerMatchConfig.enableCounterReset = true; in HAL_TimeStampInit()
77 mCtimerMatchConfig.enableCounterReset = true; in HAL_CTimerConfigTimeout()
146 bool enableCounterReset; /*!< true: Match will reset the counter member
394 …reg |= ((uint32_t)(config->enableCounterReset) << (CTIMER_MCR_MR0R_SHIFT + ((uint32_t)matchChannel… in CTIMER_SetupMatch()