This class enables applications to suspend execution or "sleep" for intervals based on a 100ns tick. This is 10 000 times finer resolution than provided by the Sleep() function and can be used as a precision timer.
Note that like the Sleep() command, this call blocks the calling thread. No other processing will occur during the delay. Unlike Sleep(), it does not automatically yield to other processes.
This souce code will work for either the SA1110 or the PXA255 but it requires a specific #define as noted in the header file and it must be recompiled.
NOTE: This is an eVC 4.0 project and the downloadable binary will run only on CE 4.x. For CE 3.0 devices you must compile the source with eVC 3.0.
Will this work with CE.NET on a Xscale BitsyX? If not, what is available? Could you create an XScale thread so that we can look at XScale issues distinct from stronArm products?