|
ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
|
Opaque file handle — callers hold one of these per open file. More...
#include <fs.h>
Data Fields | |
| uint8_t | slot |
| Index into internal file table (0-based). | |
| bool | valid |
| True if handle references a live file entry. | |
| uint8_t fs_file_t::slot |
Index into internal file table (0-based).
Definition at line 41 of file fs.h.
Referenced by __fs_create(), __fs_open(), __fs_read(), and __fs_write().
| bool fs_file_t::valid |
True if handle references a live file entry.
Definition at line 42 of file fs.h.
Referenced by __fs_create(), __fs_open(), __fs_read(), and __fs_write().