Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fs_file_t Struct Reference

File object representing an open file. More...

#include <fs_interface.h>

Data Fields

void * filep
 Pointer to file object structure.
 
const struct fs_mount_tmp
 Pointer to mount point structure.
 
fs_mode_t flags
 Open/create flags.
 

Detailed Description

File object representing an open file.

The object needs to be initialized with fs_file_t_init().

Field Documentation

◆ filep

void* fs_file_t::filep

Pointer to file object structure.

◆ flags

fs_mode_t fs_file_t::flags

Open/create flags.

◆ mp

const struct fs_mount_t* fs_file_t::mp

Pointer to mount point structure.


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