Searched refs:LPTMR_GetCurrentTimerCount (Results 1 – 3 of 3) sorted by relevance
207 …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()
95 …return COUNT_TO_USEC(LPTMR_GetCurrentTimerCount(s_LptmrBase[halTimeStampState->timeStampInstance]), in HAL_GetTimeStamp()
323 static inline uint32_t LPTMR_GetCurrentTimerCount(LPTMR_Type *base) in LPTMR_GetCurrentTimerCount() function