Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
fs_file_t Struct Reference

File object representing an open file. More...

#include <fs_interface.h>

Data Fields

voidfilep
 
const struct fs_mount_tmp
 
fs_mode_t flags
 

Detailed Description

File object representing an open file.

The object needs to be initialized with function fs_file_t_init().

Parameters
Pointerto FATFS file object structure
mpPointer to mount point structure

Field Documentation

◆ filep

void* fs_file_t::filep

◆ flags

fs_mode_t fs_file_t::flags

◆ mp

const struct fs_mount_t* fs_file_t::mp

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