5.5.2 Micro wait
- void WaitUsec( UINT usec )
- void WaitNsec( UINT nsec )
usec Wait time (microseconds)
nsec Wait time (nanoseconds)
Performs a micro wait for the specified interval.
These waits occur in an ordinary busy loop, and as such are easily in.uenced by the runtime environment, such as execution in RAM, execution in ROM, memory cache on or o., etc. These wait times are therefore not very accurate.
These waits are not the same as an OS WAIT state. The system state remains as RUN state.

Comments