![]() |
roneos
Operating System for the r-one robot
|
Interfaces the FatFS file-system SD card function calls to the SD card implementation for roneos. More...
#include "integer.h"
Go to the source code of this file.
Functions | |
DSTATUS | disk_initialize (BYTE drive) |
Initialized the disk drive (the SD Card). More... | |
DSTATUS | disk_status (BYTE drive) |
Gets the current status of the disk (SD card). More... | |
DWORD | get_fattime (void) |
Interfaces the FatFS file-system SD card function calls to the SD card implementation for roneos.
DSTATUS disk_initialize | ( | BYTE | drive) |
Initialized the disk drive (the SD Card).
drive | The drive which is to be initialized (Must be 0). |
DSTATUS disk_status | ( | BYTE | drive) |
Gets the current status of the disk (SD card).
drive | The drive which is to be read (Must be 0). |
DWORD get_fattime | ( | void | ) |
Returns the current time (currently a fake time) as a packed 32 bit value. Used in the FatFs File system.