Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
File object representing an open file. More...
#include <fs_interface.h>
Data Fields | |
void * | filep |
const struct fs_mount_t * | mp |
fs_mode_t | flags |
File object representing an open file.
The object needs to be initialized with function fs_file_t_init().
Pointer | to FATFS file object structure |
mp | Pointer to mount point structure |
void* fs_file_t::filep |
fs_mode_t fs_file_t::flags |
const struct fs_mount_t* fs_file_t::mp |