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

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

Latest revision as of 22:41, 15 July 2006

Synopsis

Name: HostKill

Minimum usb8x version: 0.05

Uninitialize USB hardware.

Inputs

  • None

Outputs

  • None

Destroys

  • AF, BC, DE, HL

Notes

Call this routine before exiting your application. If you don't, future USB activity (both via usb8x and via TIOS) may fail until the USB hardware is reset.

See Also

  • [[../HostInit|HostInit]] - Initializes the USB device