Searched refs:whichCounter (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/sctimer/ |
| D | fsl_sctimer.h | 614 sctimer_counter_t whichCounter, 666 static inline void SCTIMER_SetCounterState(SCT_Type *base, sctimer_counter_t whichCounter, uint32_t… in SCTIMER_SetCounterState() argument 671 SCTIMER_StopTimer(base, (uint32_t)whichCounter); in SCTIMER_SetCounterState() 673 switch (whichCounter) in SCTIMER_SetCounterState() 698 SCTIMER_StartTimer(base, (uint32_t)whichCounter); in SCTIMER_SetCounterState() 711 static inline uint16_t SCTIMER_GetCounterState(SCT_Type *base, sctimer_counter_t whichCounter) in SCTIMER_GetCounterState() argument 715 switch (whichCounter) in SCTIMER_GetCounterState() 764 sctimer_counter_t whichCounter, 937 static inline void SCTIMER_SetupCounterLimitAction(SCT_Type *base, sctimer_counter_t whichCounter, … in SCTIMER_SetupCounterLimitAction() argument 939 switch (whichCounter) in SCTIMER_SetupCounterLimitAction() [all …]
|
| D | fsl_sctimer.c | 481 sctimer_counter_t whichCounter, in SCTIMER_CreateAndScheduleEvent() argument 502 … if ((kSCTIMER_Counter_L == whichCounter) && (0U == (base->CONFIG & SCT_CONFIG_UNIFY_MASK))) in SCTIMER_CreateAndScheduleEvent() 522 … else if ((kSCTIMER_Counter_H == whichCounter) && (0U == (base->CONFIG & SCT_CONFIG_UNIFY_MASK))) in SCTIMER_CreateAndScheduleEvent() 545 … else if ((kSCTIMER_Counter_U == whichCounter) && (0U != (base->CONFIG & SCT_CONFIG_UNIFY_MASK))) in SCTIMER_CreateAndScheduleEvent() 693 sctimer_counter_t whichCounter, in SCTIMER_SetupCaptureAction() argument 700 if ((kSCTIMER_Counter_L == whichCounter) || (kSCTIMER_Counter_U == whichCounter)) in SCTIMER_SetupCaptureAction()
|