Difference between revisions of "83Plus:Software:usb8x/Asm Interface/MSD/UFI Initialize"
From WikiTI
m |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
== Notes == | == Notes == | ||
− | There's really no reason you wouldn't call this right after MSD_Initialize. | + | 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 in the current FAT16 partition. |
== See Also == | == See Also == | ||
* [[../MSD_Initialize|MSD_Initialize]] - Initializes the mass storage driver | * [[../MSD_Initialize|MSD_Initialize]] - Initializes the mass storage driver |
Latest revision as of 22:10, 27 September 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 in the current FAT16 partition.
See Also
- [[../MSD_Initialize|MSD_Initialize]] - Initializes the mass storage driver