Function esp_idf_sys::esp_vfs_dump_fds

source ยท
pub unsafe extern "C" fn esp_vfs_dump_fds(fp: *mut FILE)
Expand description

@brief Dump the existing VFS FDs data to FILE* fp

Dump the FDs in the format: @verbatim --

where: VFS Path Prefix : file prefix used in the esp_vfs_register call FD seen by App : file descriptor returned by the vfs to the application for the path prefix FD seen by driver : file descriptor used by the driver for the same file prefix.

@endverbatim

@param fp File descriptor where data will be dumped