ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
lx_fs_backend.h
Go to the documentation of this file.
1
64
65#pragma once
66
67#ifdef __cplusplus
68extern "C" {
69#endif
70
71#include "lx_api.h"
72#include "ra8_err.h"
73#include "ra8_fs.h"
74
122[[nodiscard]] ra8_err_t lx_fs_backend_bind(LX_NOR_FLASH* nor_flash, ra8_fs_backend_t* out);
123
124#ifdef __cplusplus
125}
126#endif
ra8_err_t lx_fs_backend_bind(LX_NOR_FLASH *nor_flash, ra8_fs_backend_t *out)
Expose an open LevelX NOR flash as an ra8_fs block-device backend.
Error Code Definitions for ra8-firmware.
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
Definition ra8_err.h:546
Minimal FAT12/FAT16/FAT32 filesystem adapter (read + write).
Block-device interface that ra8_fs runs on top of.