Item GetVBLIOReq( void )
Err WaitVBL( Item ioreq, uint32 numfields )
To allow a task to continue execution while the timer processes the IOReq sent to it, use this call:
Err WaitVBLDefer( Item ioreq, uint32 numfields )
WaitVBL(), but, when executed, allows the task to continue execution while the IOReq is outstanding. If the task wants to be notified of the timing call's completion, use the WaitIO() call.