Difference between revisions of "83Plus:Software:usb8x/Asm Interface/HostInit"

From WikiTI
Jump to: navigation, search
 
m (link *)
 
Line 19: Line 19:
  
 
== See Also ==
 
== See Also ==
[[../HostKill|HostKill]] - Uninitializes the USB hardware
+
* [[../HostKill|HostKill]] - Uninitializes the USB hardware

Latest revision as of 22:40, 15 July 2006

Synopsis

Name: HostInit

Minimum usb8x version: 0.05

Initializes USB host and USB device.

Inputs

  • None

Outputs

  • NC: Success

Destroys

  • AF, BC, DE, HL

Notes

The driver must be initialized with [[../DriverInit|DriverInit]] before this entry point is used. This entry point initializes both the USB hardware locally and on the connected device. It will fail if no device is connected.

See Also

  • [[../HostKill|HostKill]] - Uninitializes the USB hardware