Home
last modified time | relevance | path

Searched refs:matchValue (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sctimer/
Dfsl_sctimer.c479 uint32_t matchValue, in SCTIMER_CreateAndScheduleEvent() argument
509 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()
Dfsl_sctimer.h612 uint32_t matchValue,
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ctimer.c82 …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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_rtc/
Dfsl_rtc.h239 static inline void RTC_SetSecondsTimerMatch(RTC_Type *base, uint32_t matchValue) in RTC_SetSecondsTimerMatch() argument
242 base->MATCH = matchValue; in RTC_SetSecondsTimerMatch()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.c384 assert(!(FSL_FEATURE_CTIMER_BIT_SIZEn(base) < 32 && config->matchValue > 0xFFFFU)); in CTIMER_SetupMatch()
410 base->MR[matchChannel] = config->matchValue; in CTIMER_SetupMatch()
Dfsl_ctimer.h145 uint32_t matchValue; /*!< This is stored in the match register */ member
/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_ctimer_time_stamp.c68 …mCtimerMatchConfig.matchValue = (uint32_t)USEC_TO_COUNT(MAX_COUNT, halTimeStampState->time… in HAL_TimeStampInit()