Searched refs:matchValue (Results 1 – 7 of 7) sorted by relevance
479 uint32_t matchValue, in SCTIMER_CreateAndScheduleEvent() argument509 base->MATCH_ACCESS16BIT[s_currentMatch].MATCHL = (uint16_t)matchValue; in SCTIMER_CreateAndScheduleEvent()510 base->MATCHREL_ACCESS16BIT[s_currentMatch].MATCHRELL = (uint16_t)matchValue; in SCTIMER_CreateAndScheduleEvent()531 base->MATCH[s_currentMatchhigh] = temp | (matchValue << 16U); in SCTIMER_CreateAndScheduleEvent()533 base->MATCHREL[s_currentMatchhigh] = temp | (matchValue << 16U); in SCTIMER_CreateAndScheduleEvent()552 base->MATCH[s_currentMatch] = matchValue; in SCTIMER_CreateAndScheduleEvent()553 base->MATCHREL[s_currentMatch] = matchValue; in SCTIMER_CreateAndScheduleEvent()
612 uint32_t matchValue,
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()
239 static inline void RTC_SetSecondsTimerMatch(RTC_Type *base, uint32_t matchValue) in RTC_SetSecondsTimerMatch() argument242 base->MATCH = matchValue; in RTC_SetSecondsTimerMatch()
384 assert(!(FSL_FEATURE_CTIMER_BIT_SIZEn(base) < 32 && config->matchValue > 0xFFFFU)); in CTIMER_SetupMatch()410 base->MR[matchChannel] = config->matchValue; in CTIMER_SetupMatch()
145 uint32_t matchValue; /*!< This is stored in the match register */ member
68 …mCtimerMatchConfig.matchValue = (uint32_t)USEC_TO_COUNT(MAX_COUNT, halTimeStampState->time… in HAL_TimeStampInit()