Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c8531 volatile uint64 FreeRunningTicks; local
8540FreeRunningTicks = Netc_EthSwt_Ip_TimerBase->TMR_FRT_L; /* should read the Lower register fir…
8541FreeRunningTicks |= ((uint64)(Netc_EthSwt_Ip_TimerBase->TMR_FRT_H)) << NETC_ETHSWT_IP_32BIT_SHIFT;
8544 … clkFloat = (float64)FreeRunningTicks * (((float64)1000000000U)/((float64)(TimerOriginalRefClk)));
8567 volatile uint64 FreeRunningTicks; local
8575FreeRunningTicks = Netc_EthSwt_Ip_TimerBase->TMR_FRT_L; /* A read to TMR_FRT_L captures all 6…
8576 …(void)FreeRunningTicks; /* The cast is necessary to avoid the compi…
8600 volatile uint64 FreeRunningTicks; local
8610 FreeRunningTicks = Netc_EthSwt_Ip_TimerBase->TMR_FRT_L;
8611FreeRunningTicks |= ((uint64)(Netc_EthSwt_Ip_TimerBase->TMR_FRT_H)) << NETC_ETHSWT_IP_32BIT_SHIFT;
[all …]