E_Freq = ReadEClock( Dest )
D0 A0
ULONG ReadEClock ( struct EClockVal * );
This routine calculates the current 64 bit value of the E-Clock and stores it in the destination EClockVal structure. The count rate of the E-Clock is also returned.
A0 will be left unchanged
This is a low overhead function designed so that very short intervals may be timed.
This function may be called from interrupts.