Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fs_mgmt_callbacks.h File Reference

Go to the source code of this file.

Data Structures

struct  fs_mgmt_file_access
 Structure provided in the MGMT_EVT_OP_FS_MGMT_FILE_ACCESS notification callback: This callback function is used to notify the application about a pending file read/write request and to authorise or deny it. More...
 

Enumerations

enum  fs_mgmt_file_access_types { FS_MGMT_FILE_ACCESS_READ , FS_MGMT_FILE_ACCESS_WRITE , FS_MGMT_FILE_ACCESS_STATUS , FS_MGMT_FILE_ACCESS_HASH_CHECKSUM }
 The type of operation that is being requested for a given file access callback. More...