URL
https://opencores.org/ocsvn/mlite/mlite/trunk
[/] [mlite/] [trunk/] [kernel/] [rtos.h] - Diff between revs 313 and 340
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 313 |
Rev 340 |
Line 364... |
Line 364... |
int OS_fwrite(void *buffer, int size, int count, OS_FILE *file);
|
int OS_fwrite(void *buffer, int size, int count, OS_FILE *file);
|
int OS_fseek(OS_FILE *file, int offset, int mode);
|
int OS_fseek(OS_FILE *file, int offset, int mode);
|
int OS_fmkdir(char *name);
|
int OS_fmkdir(char *name);
|
int OS_fdir(OS_FILE *dir, char name[64]);
|
int OS_fdir(OS_FILE *dir, char name[64]);
|
void OS_fdelete(char *name);
|
void OS_fdelete(char *name);
|
|
int OS_flength(char *entry);
|
|
|
/***************** Flash ******************/
|
/***************** Flash ******************/
|
void FlashRead(uint16 *dst, uint32 byteOffset, int bytes);
|
void FlashRead(uint16 *dst, uint32 byteOffset, int bytes);
|
void FlashWrite(uint16 *src, uint32 byteOffset, int bytes);
|
void FlashWrite(uint16 *src, uint32 byteOffset, int bytes);
|
void FlashErase(uint32 byteOffset);
|
void FlashErase(uint32 byteOffset);
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.