USBLib_CreateLoopWait (SWI &56346)

USBLib_CreateLoopWait (SWI &56346) — Creates a loop waiting structure

On Entry

-

On Exit

R0pointer to waiting for type loop

Use

Creates a waiting structure that can either be used as a waiting template or directly in calls like USBLib_SelectInterface (SWI &5635D) this most be freed using USBLib_FreeWait (SWI &5634D) or resources will be lost to the USB system.

The returned structure is configured to provide a waiting mode that will block until the transaction has completed.

Related SWIs

USBLib_FreeWait (SWI &5634D)

USBLib_CloneWait (SWI &56345)

Related Information

Chapter 6, Waiting