Home
last modified time | relevance | path

Searched refs:PIT_GetCurrentTimerCount (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_pit_time_stamp.c94 …(((uint64_t)PIT_GetCurrentTimerCount(s_PitBase[halTimeStampState->timeStampInstance], kPIT_Chnl_1)… in HAL_GetTimeStamp()
95 … (uint64_t)PIT_GetCurrentTimerCount(s_PitBase[halTimeStampState->timeStampInstance], kPIT_Chnl_0)); in HAL_GetTimeStamp()
98 …uint64_t count = 0xFFFFFFFFUL - PIT_GetCurrentTimerCount(s_PitBase[halTimeStampState->timeStampIns… in HAL_GetTimeStamp()
/hal_nxp-latest/mcux/mcux-sdk/drivers/pit/
Dfsl_pit.h266 static inline uint32_t PIT_GetCurrentTimerCount(PIT_Type *base, pit_chnl_t channel) in PIT_GetCurrentTimerCount() function
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_pit.c182 …return (uint32_t)COUNT_TO_USEC((uint64_t)PIT_GetCurrentTimerCount(s_PitBase[halTimerState->instanc… in HAL_TimerGetCurrentTimerCount()