Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_timer.c422 uint32_t tsLow, tsHigh; in NETC_TimerGetFrtSrtTime() local
426 tsHigh = handle->hw.base->TMR_FRT_H; in NETC_TimerGetFrtSrtTime()
427 *frt = ((uint64_t)tsHigh << 32U) + tsLow; in NETC_TimerGetFrtSrtTime()
430 tsHigh = handle->hw.base->TMR_SRT_H; in NETC_TimerGetFrtSrtTime()
431 *srt = ((uint64_t)tsHigh << 32U) + tsLow; in NETC_TimerGetFrtSrtTime()