Searched defs:whichCounter (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/sctimer/ |
| D | fsl_sctimer.h | 666 static inline void SCTIMER_SetCounterState(SCT_Type *base, sctimer_counter_t whichCounter, uint32_t… in SCTIMER_SetCounterState() 711 static inline uint16_t SCTIMER_GetCounterState(SCT_Type *base, sctimer_counter_t whichCounter) in SCTIMER_GetCounterState() 937 static inline void SCTIMER_SetupCounterLimitAction(SCT_Type *base, sctimer_counter_t whichCounter, … in SCTIMER_SetupCounterLimitAction() 975 static inline void SCTIMER_SetupCounterStopAction(SCT_Type *base, sctimer_counter_t whichCounter, u… in SCTIMER_SetupCounterStopAction() 1013 static inline void SCTIMER_SetupCounterStartAction(SCT_Type *base, sctimer_counter_t whichCounter, … in SCTIMER_SetupCounterStartAction() 1053 static inline void SCTIMER_SetupCounterHaltAction(SCT_Type *base, sctimer_counter_t whichCounter, u… in SCTIMER_SetupCounterHaltAction() 1115 static inline void SCTIMER_SetCOUNTValue(SCT_Type *base, sctimer_counter_t whichCounter, uint32_t v… in SCTIMER_SetCOUNTValue() 1159 static inline uint32_t SCTIMER_GetCOUNTValue(SCT_Type *base, sctimer_counter_t whichCounter) in SCTIMER_GetCOUNTValue() 1255 static inline uint32_t SCTIMER_GetCaptureValue(SCT_Type *base, sctimer_counter_t whichCounter, uint… in SCTIMER_GetCaptureValue()
|
| D | fsl_sctimer.c | 481 sctimer_counter_t whichCounter, in SCTIMER_CreateAndScheduleEvent() 693 sctimer_counter_t whichCounter, in SCTIMER_SetupCaptureAction()
|