|
|
|
|
|
|
|
||
|
||
|
|
||
May 1999 |
Revision 1.00 |
|
Persistor Instruments Inc. |
© 1998 All rights reserved. |
|
![]()
![]()
#define SSD_MAX_DEVS 4 #define SSD_MAX_DEVNAME 12 typedef short SSDRdf(void *iodvr, ulong sector, void *buffer, short count); typedef short SSDWrf(void *iodvr, ulong sector, void *buffer, short count); typedef bool SSDChkf(void *iodvr); typedef short SSDCapf(void *iodvr, ulong *sectors, ushort *spt, ushort *heads, struct ATADriveID **info);
Description
|
Prototype: |
void SSDReset(void); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
none |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
ushort SSDRegisterDevice(char *name, void *iodvr, SSDRdf *rdf, SSDWrf *wrf, SSDCapf *capf, SSDChkf *chkf); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
name XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
short SSDReadSectors(ushort ssdid, ulong sector, void *buffer, short count); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
ssdid XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
short SSDWriteSectors(ushort ssdid, ulong sector, void *buffer, short count); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
ssdid XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
short SSDCapacity(ushort ssdid, ulong *sectors, ushort *spt, ushort *heads,struct ATADriveID **info); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
ssdid XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
bool SSDMediaCheck(ushort ssdid); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
ssdid XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
void SSDNamesList(void); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
none |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
char SSDLookupName(ushort ssdid); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
ssdid XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
short SSDLookupID(char *name); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
name XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
void SSDGetIODvr (ushort ssdid); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
ssdid XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
Description
|
Prototype: |
void SSDDisplayATADriveID (ushort ssdid, bool fullDisplay); |
|
Definition: |
#include <cf1pico.h> |
|
Inputs: |
ssdid XXXXX |
|
Returns: |
XXXXX |
|
Notes: |
XXXXX |
|
Timing: |
TBD |
|
|
|
|
|
|
Tel: 508-759-6434 |
|
Fax: 508-759-6436 |
|
|
||