Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
Directory object representing an open directory. More...
#include <fs_interface.h>
Data Fields | |
void * | dirp |
const struct fs_mount_t * | mp |
Directory object representing an open directory.
The object needs to be initialized with function fs_dir_t_init().
dirp | Pointer to directory object structure |
mp | Pointer to mount point structure |
void* fs_dir_t::dirp |
const struct fs_mount_t* fs_dir_t::mp |