USBLib_FindController (SWI &5634E)

USBLib_FindController (SWI &5634E) — Obtains a reference to a controller

On Entry

R0Controller name

On Exit

R0Controller reference

Use

This call obtains a controller reference from a controller name.

Note

The controller reference will have its registration count incremented which will require freeing with USBLib_ReferenceDeregister (SWI &56372) when the reference is no longer required.

Related SWIs

USBLib_FindDevice (SWI &5634F)

Related Information

Chapter 3, Driver Initialisation