Searched refs:mCtimerMatchConfig (Results 1 – 2 of 2) sorted by relevance
67 ctimer_match_config_t mCtimerMatchConfig; in HAL_CTimerConfigTimeout() local77 mCtimerMatchConfig.enableCounterReset = true; in HAL_CTimerConfigTimeout()78 mCtimerMatchConfig.enableCounterStop = false; in HAL_CTimerConfigTimeout()79 mCtimerMatchConfig.outControl = kCTIMER_Output_NoAction; in HAL_CTimerConfigTimeout()80 mCtimerMatchConfig.outPinInitState = false; in HAL_CTimerConfigTimeout()81 mCtimerMatchConfig.enableInterrupt = true; in HAL_CTimerConfigTimeout()82 …mCtimerMatchConfig.matchValue = (uint32_t)USEC_TO_COUNT(halTimerState->timeout, halTimerState->tim… in HAL_CTimerConfigTimeout()83 if ((mCtimerMatchConfig.matchValue < 1U) || (mCtimerMatchConfig.matchValue > 0xFFFFFFF0U)) in HAL_CTimerConfigTimeout()90 …(s_CtimerBase[halTimerState->instance], (ctimer_match_t)gStackTimerChannel_c, &mCtimerMatchConfig); in HAL_CTimerConfigTimeout()
47 ctimer_match_config_t mCtimerMatchConfig; in HAL_TimeStampInit() local63 mCtimerMatchConfig.enableCounterReset = true; in HAL_TimeStampInit()64 mCtimerMatchConfig.enableCounterStop = false; in HAL_TimeStampInit()65 mCtimerMatchConfig.outControl = kCTIMER_Output_NoAction; in HAL_TimeStampInit()66 mCtimerMatchConfig.outPinInitState = false; in HAL_TimeStampInit()67 mCtimerMatchConfig.enableInterrupt = false; in HAL_TimeStampInit()68 …mCtimerMatchConfig.matchValue = (uint32_t)USEC_TO_COUNT(MAX_COUNT, halTimeStampState->time… in HAL_TimeStampInit()71 &mCtimerMatchConfig); in HAL_TimeStampInit()