Home
last modified time | relevance | path

Searched refs:mCtimerMatchConfig (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ctimer.c67 ctimer_match_config_t mCtimerMatchConfig; in HAL_CTimerConfigTimeout() local
77 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()
82mCtimerMatchConfig.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()
/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_ctimer_time_stamp.c47 ctimer_match_config_t mCtimerMatchConfig; in HAL_TimeStampInit() local
63 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()
68mCtimerMatchConfig.matchValue = (uint32_t)USEC_TO_COUNT(MAX_COUNT, halTimeStampState->time… in HAL_TimeStampInit()
71 &mCtimerMatchConfig); in HAL_TimeStampInit()