Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_gpt_time_stamp.c100 return COUNT_TO_USEC(GPT_GetCurrentTimerCount(gpt), halTimeStampState->timeStampClock_Hz); in HAL_GetTimeStamp()
/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_gpt.c165 …return (uint32_t)COUNT_TO_USEC((uint64_t)GPT_GetCurrentTimerCount(s_GptBase[halTimerState->instanc… in HAL_TimerGetCurrentTimerCount()
/hal_nxp-latest/mcux/mcux-sdk/drivers/gpt/
Dfsl_gpt.h330 static inline uint32_t GPT_GetCurrentTimerCount(GPT_Type *base) in GPT_GetCurrentTimerCount() function