17#include <zephyr/toolchain.h>
42 const char *mnt_point,
43 const char *file_path,
44 char const *file_contents,
Application Event Manager header.
Application Event Manager profiler tracer header.
#define APP_EVENT_TYPE_DECLARE(ename)
Declare an event type.
Definition app_event_manager.h:143
fs_request
Definition fs_event.h:26
@ FS_REQUEST_CREATE_FILE
Definition fs_event.h:27
@ FS_REQUEST_PARSE_FILE
Definition fs_event.h:28
int fs_event_helper_file_write(const char *mnt_point, const char *file_path, char const *file_contents, size_t contents_len)
const char * mnt_point
Definition fs_event.h:36
struct app_event_header header
Definition fs_event.h:33
enum fs_request req
Definition fs_event.h:35