Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sctimer/
Dfsl_sctimer.h43 kSCTIMER_Counter_L = (1U << 0), /*!< 16-bit Low counter. */ enumerator
507 case (uint32_t)kSCTIMER_Counter_L: in SCTIMER_StartTimer()
519 case (uint32_t)kSCTIMER_Counter_L | (uint32_t)kSCTIMER_Counter_H: in SCTIMER_StartTimer()
549 case (uint32_t)kSCTIMER_Counter_L: in SCTIMER_StopTimer()
561 case (uint32_t)kSCTIMER_Counter_L | (uint32_t)kSCTIMER_Counter_H: in SCTIMER_StopTimer()
675 case kSCTIMER_Counter_L: in SCTIMER_SetCounterState()
717 case kSCTIMER_Counter_L: in SCTIMER_GetCounterState()
941 case kSCTIMER_Counter_L: in SCTIMER_SetupCounterLimitAction()
979 case kSCTIMER_Counter_L: in SCTIMER_SetupCounterStopAction()
1017 case kSCTIMER_Counter_L: in SCTIMER_SetupCounterStartAction()
[all …]
Dfsl_sctimer.c502 … if ((kSCTIMER_Counter_L == whichCounter) && (0U == (base->CONFIG & SCT_CONFIG_UNIFY_MASK))) in SCTIMER_CreateAndScheduleEvent()
700 if ((kSCTIMER_Counter_L == whichCounter) || (kSCTIMER_Counter_U == whichCounter)) in SCTIMER_SetupCaptureAction()