Searched refs:timeLow (Results 1 – 1 of 1) sorted by relevance
314 uint32_t timeLow, timeHigh; in NETC_TimerReadExtPulseCaptureTime() local320 timeLow = handle->hw.base->TMR_ETTSN[0].TMR_ETTS_L; in NETC_TimerReadExtPulseCaptureTime()325 timeLow = handle->hw.base->TMR_ETTSN[1].TMR_ETTS_L; in NETC_TimerReadExtPulseCaptureTime()328 *nanosecond = ((uint64_t)timeHigh << 32U) + timeLow; in NETC_TimerReadExtPulseCaptureTime()336 uint32_t timeLow, timeHigh[2]; in __NETC_TimerGetCurrentTime() local341 timeLow = base->TMR_CUR_TIME_L; in __NETC_TimerGetCurrentTime()345 *nanosecond = ((uint64_t)timeHigh[0] << 32U) + timeLow; in __NETC_TimerGetCurrentTime()353 uint32_t timeLow, timeHigh[2]; in NETC_TimerGetTime() local358 timeLow = base->TMR_DEF_CNT_L; in NETC_TimerGetTime()362 *nanosecond = ((uint64_t)timeHigh[0] << 32U) + timeLow; in NETC_TimerGetTime()[all …]