ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
fs_file_t Struct Reference

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.
 

Detailed Description

Opaque file handle — callers hold one of these per open file.

Definition at line 40 of file fs.h.

Field Documentation

◆ slot

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().

◆ valid

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().


The documentation for this struct was generated from the following file: