Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_lptmr.c207 …count += (uint32_t)COUNT_TO_USEC((uint64_t)LPTMR_GetCurrentTimerCount(s_LptmrBase[halTimerState->i… in HAL_TimerGetCurrentTimerCount()
214 …count = (uint32_t)COUNT_TO_USEC((uint64_t)LPTMR_GetCurrentTimerCount(s_LptmrBase[halTimerState->in… in HAL_TimerGetCurrentTimerCount()
237 …totalCount = (uint64_t)tickCount + (uint64_t)LPTMR_GetCurrentTimerCount(s_LptmrBase[halTimerState-… in HAL_TimerUpdateTimeout()
/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_lptmr_time_stamp.c95 …return COUNT_TO_USEC(LPTMR_GetCurrentTimerCount(s_LptmrBase[halTimeStampState->timeStampInstance]), in HAL_GetTimeStamp()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lptmr/
Dfsl_lptmr.h323 static inline uint32_t LPTMR_GetCurrentTimerCount(LPTMR_Type *base) in LPTMR_GetCurrentTimerCount() function