Home
last modified time | relevance | path

Searched refs:OSTIMER_GetCurrentTimerValue (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/timer/
Dfsl_adapter_ostimer.c127 …return (uint32_t)COUNT_TO_USEC(OSTIMER_GetCurrentTimerValue(s_ostimerBase[halTimerState->instance]… in HAL_TimerGetCurrentTimerCount()
134 …uint64_t timerTicks = OSTIMER_GetCurrentTimerValue(s_ostimerBase[halTimerStat… in HAL_TimerUpdateTimeout()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ostimer/
Dfsl_ostimer.c294 decValueTimer = OSTIMER_GetCurrentTimerValue(base); in OSTIMER_SetMatchRawValue()
340 uint64_t OSTIMER_GetCurrentTimerValue(OSTIMER_Type *base) in OSTIMER_GetCurrentTimerValue() function
Dfsl_ostimer.h221 uint64_t OSTIMER_GetCurrentTimerValue(OSTIMER_Type *base);
/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_ostimer_time_stamp.c64 …uint64_t timerCount = OSTIMER_GetCurrentTimerValue(s_ostimerBase[halTimeStampState->timeStampInsta… in HAL_GetTimeStamp()