Searched refs:FreeRunningTicks (Results 1 – 1 of 1) sorted by relevance
8531 volatile uint64 FreeRunningTicks; local8540 …FreeRunningTicks = Netc_EthSwt_Ip_TimerBase->TMR_FRT_L; /* should read the Lower register fir…8541 … FreeRunningTicks |= ((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; local8575 …FreeRunningTicks = 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; local8610 FreeRunningTicks = Netc_EthSwt_Ip_TimerBase->TMR_FRT_L;8611 … FreeRunningTicks |= ((uint64)(Netc_EthSwt_Ip_TimerBase->TMR_FRT_H)) << NETC_ETHSWT_IP_32BIT_SHIFT;[all …]