USBLib_CInit (SWI &56344) — Initialises a jump table for use with C
library
On Entry
R0
Registration handle
R1
Pointer to function table to fill in
R2
Offset into the jump table to start
R3
Size (in words) of table pointed to by R0
R4
Flags
bit 0 - set for user mode capable
entry
On Exit
R0
preserved
R1
Filled table
R2,R3,R4
Preserved
Use
This call is used to fill a table containing an array of
pointers to SWI entry vectors, this allows C programs to
directly link with the module without the overhead of SWI
calls.