Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_timer.c314 uint32_t timeLow, timeHigh; in NETC_TimerReadExtPulseCaptureTime() local
320 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() local
341 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() local
358 timeLow = base->TMR_DEF_CNT_L; in NETC_TimerGetTime()
362 *nanosecond = ((uint64_t)timeHigh[0] << 32U) + timeLow; in NETC_TimerGetTime()
[all …]