BEEP-8 SDK 1.0.0
|
Represents a file in the file system. More...
#include <crt.h>
Public Attributes | |
void * | f_priv |
File-specific private data. | |
void * | d_priv |
Driver-specific private data. | |
uint8_t | used |
Flag indicating if the file is in use. | |
int | mode |
Access mode for the file. | |
Represents a file in the file system.
This structure is used to store information about an open file. Each file has its own private data and driver-specific private data. The 'used' flag indicates whether the file is currently in use. The 'mode' represents the access mode for the file.