#include <revolution/vi.h>
void VIWaitForRetrace(void)
None.
None.
This function waits until the next vertical retrace interrupt occurs. If an idle function has been set, this function will be called..
This function may put the current thread to sleep. For precautions when calling similar functions, refer to Interrupts and Callback Functions.
OSGetIdleFunction, Interrupts and Callback Functions
2007/09/25 Added information on the sleep status of threads.
2006/03/01 Initial version.
CONFIDENTIAL