Searched refs:tsHigh (Results 1 – 1 of 1) sorted by relevance
422 uint32_t tsLow, tsHigh; in NETC_TimerGetFrtSrtTime() local426 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()