Name

USBLib_CreateSWIWaiting (SWI &56340) — Creates a SWI call waiting structure

On Entry

R0SWI number to use
R1Pointer to register set (r0..r9) to send to SWI

On Exit

R0Pointer to waiting
R1Preserved

Use

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

Related SWIs

USBLib_FreeWaiting (SWI &56340)

USBLib_CloneWaiting (SWI &56340)

Related Information

Chapter 7