Lines Matching refs:s_currentMatchhigh
74 static uint32_t s_currentMatchhigh; variable
154 s_currentMatchhigh = 0U; in SCTIMER_Init()
524 if (s_currentMatchhigh < (uint32_t)FSL_FEATURE_SCT_NUMBER_OF_MATCH_CAPTURE) in SCTIMER_CreateAndScheduleEvent()
526 currentCtrlVal |= SCT_EV_CTRL_MATCHSEL(s_currentMatchhigh); in SCTIMER_CreateAndScheduleEvent()
530 … temp = base->MATCH_ACCESS16BIT[s_currentMatchhigh].MATCHL; in SCTIMER_CreateAndScheduleEvent()
531 base->MATCH[s_currentMatchhigh] = temp | (matchValue << 16U); in SCTIMER_CreateAndScheduleEvent()
532 … temp = base->MATCHREL_ACCESS16BIT[s_currentMatchhigh].MATCHRELL; in SCTIMER_CreateAndScheduleEvent()
533 base->MATCHREL[s_currentMatchhigh] = temp | (matchValue << 16U); in SCTIMER_CreateAndScheduleEvent()
537 s_currentMatchhigh++; in SCTIMER_CreateAndScheduleEvent()
726 if (s_currentMatchhigh < (uint32_t)FSL_FEATURE_SCT_NUMBER_OF_MATCH_CAPTURE) in SCTIMER_SetupCaptureAction()
729 … temp = base->CAPCTRL_ACCESS16BIT[s_currentMatchhigh].CAPCTRLL; in SCTIMER_SetupCaptureAction()
730 …base->CAPCTRL[s_currentMatchhigh] = temp | ((uint32_t)((uint32_t)(1UL << event) << 16U) & 0xFFFF00… in SCTIMER_SetupCaptureAction()
733 … base->REGMODE = temp | ((uint32_t)((uint32_t)(1UL << s_currentMatchhigh) << 16U) & 0xFFFF0000U); in SCTIMER_SetupCaptureAction()
736 *captureRegister = s_currentMatchhigh; in SCTIMER_SetupCaptureAction()
739 s_currentMatchhigh++; in SCTIMER_SetupCaptureAction()