|
HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the source code of this file.
Functions | |
| MEMSPACE int | wait_ready (UINT wt) |
| wait for card ready More... | |
| MEMSPACE DSTATUS | mmc_disk_initialize (void) |
| Public Functions. More... | |
| MEMSPACE DSTATUS | mmc_disk_status (void) |
| Get Disk Status. More... | |
| MEMSPACE DRESULT | mmc_disk_read (BYTE *buff, DWORD sector, UINT count) |
| Read Sector(s) More... | |
| MEMSPACE DRESULT | mmc_disk_write (const BYTE *buff, DWORD sector, UINT count) |
| MEMSPACE DRESULT | mmc_disk_ioctl (BYTE cmd, void *buff) |
| void | mmc_disk_timerproc (void) |
| Write Sector(s) More... | |
Public Functions.
Initialize Disk Drive
Definition at line 334 of file mmc.c.
Referenced by disk_initialize().
Referenced by disk_ioctl().
Read Sector(s)
| [in] | buff | read buffer |
| [in] | sector | start sector number |
| [in] | count | sector count |
Definition at line 424 of file mmc.c.
Referenced by disk_read().
Get Disk Status.
Definition at line 411 of file mmc.c.
Referenced by disk_status().
| void mmc_disk_timerproc | ( | void | ) |
Write Sector(s)
| [out] | buff | write buffer |
| [in] | sector | start sector number |
| [in] | count | sector count |
Miscellaneous Functions
| [in] | cmd | Control code |
| [in|out] | buff: Send/Receive buffer |
mmc timer processes
Definition at line 761 of file mmc.c.
Referenced by disk_timerproc(), and mmc_task().
Referenced by disk_write().
1.8.17