Difference between revisions of "83Plus:Software:usb8x/Asm Interface/MSD/UFI Initialize"

From WikiTI
Jump to: navigation, search
m
Line 17: Line 17:
  
 
== Notes ==
 
== Notes ==
There's really no reason you wouldn't call this right after MSD_Initialize. Calling this function will allow [../UFI_Read|UFI_Read]] and [[../UFI_Write|UFI_Write]] to work.
+
There's really no reason you wouldn't call this right after MSD_Initialize. Calling this function will allow [[../UFI_Read|UFI_Read]] and [[../UFI_Write|UFI_Write]] to work.
  
 
== See Also ==
 
== See Also ==
 
* [[../MSD_Initialize|MSD_Initialize]] - Initializes the mass storage driver
 
* [[../MSD_Initialize|MSD_Initialize]] - Initializes the mass storage driver

Revision as of 00:09, 17 August 2006

Synopsis

Name: UFI_Initialize

Minimum usb8x version: 0.10

Initializes mass storage driver for sector read/write operations.

Inputs

  • None

Outputs

  • None
  • C set if problems

Destroys

  • AF, BC, DE, HL

Notes

There's really no reason you wouldn't call this right after MSD_Initialize. Calling this function will allow [[../UFI_Read|UFI_Read]] and [[../UFI_Write|UFI_Write]] to work.

See Also

  • [[../MSD_Initialize|MSD_Initialize]] - Initializes the mass storage driver