Home
last modified time | relevance | path

Searched refs:BACKEND_FS_NOT_INITIALIZED (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c22 BACKEND_FS_NOT_INITIALIZED = 0, enumerator
28 static enum backend_fs_state backend_state = BACKEND_FS_NOT_INITIALIZED;
154 if (backend_state == BACKEND_FS_NOT_INITIALIZED) { in write_log_to_file()
270 if (backend_state == BACKEND_FS_NOT_INITIALIZED) { in allocate_new_file()