10#ifndef INFUSE_SDK_INCLUDE_INFUSE_DATA_LOGGER_BACKEND_EXFAT_H_
11#define INFUSE_SDK_INCLUDE_INFUSE_DATA_LOGGER_BACKEND_EXFAT_H_
13#include <zephyr/device.h>
const char * logger_exfat_filesystem_claim(const struct device *dev, uint8_t **buf, size_t *buf_size, k_timeout_t timeout)
Claim exFAT filesystem.
void logger_exfat_filesystem_release(const struct device *dev)
Release filesystem object claimed with logger_exfat_filesystem_claim.
int logger_exfat_file_next(const struct device *dev)
Stop logging to the current file, create the next file.