|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned decompression and strict-validation workspace binding. More...
#include <mdl_rabook_vfs.h>
Data Fields | |
| book_inflate_fn | inflate_cb |
| Heap-free RFC 1950 inflater. | |
| uint64_t * | table |
| Parsed RBKC offset-table workspace. | |
| uint8_t * | compressed |
| One compressed-chunk staging span. | |
| uint8_t * | chunk |
| One complete inflated-chunk span. | |
| uint8_t * | scratch |
| Strict semantic/CRC workspace. | |
| uint32_t | table_cap |
Entries available at table. | |
| uint32_t | compressed_cap |
Bytes available at compressed. | |
| uint32_t | chunk_cap |
Bytes available at chunk. | |
| uint32_t | scratch_cap |
Bytes available at scratch. | |
Caller-owned decompression and strict-validation workspace binding.
Definition at line 47 of file mdl_rabook_vfs.h.
| uint8_t* mdl_rabook_vfs_config_t::chunk |
One complete inflated-chunk span.
Definition at line 51 of file mdl_rabook_vfs.h.
Referenced by mdl_rabook_vfs_init().
| uint32_t mdl_rabook_vfs_config_t::chunk_cap |
Bytes available at chunk.
Definition at line 55 of file mdl_rabook_vfs.h.
Referenced by mdl_rabook_vfs_init().
| uint8_t* mdl_rabook_vfs_config_t::compressed |
One compressed-chunk staging span.
Definition at line 50 of file mdl_rabook_vfs.h.
Referenced by mdl_rabook_vfs_init().
| uint32_t mdl_rabook_vfs_config_t::compressed_cap |
Bytes available at compressed.
Definition at line 54 of file mdl_rabook_vfs.h.
Referenced by mdl_rabook_vfs_init().
| book_inflate_fn mdl_rabook_vfs_config_t::inflate_cb |
Heap-free RFC 1950 inflater.
Definition at line 48 of file mdl_rabook_vfs.h.
Referenced by mdl_rabook_vfs_init().
| uint8_t* mdl_rabook_vfs_config_t::scratch |
Strict semantic/CRC workspace.
Definition at line 52 of file mdl_rabook_vfs.h.
Referenced by mdl_rabook_vfs_init().
| uint32_t mdl_rabook_vfs_config_t::scratch_cap |
Bytes available at scratch.
Definition at line 56 of file mdl_rabook_vfs.h.
Referenced by mdl_rabook_vfs_init().
| uint64_t* mdl_rabook_vfs_config_t::table |
Parsed RBKC offset-table workspace.
Definition at line 49 of file mdl_rabook_vfs.h.
Referenced by mdl_rabook_vfs_init().
| uint32_t mdl_rabook_vfs_config_t::table_cap |
Entries available at table.
Definition at line 53 of file mdl_rabook_vfs.h.
Referenced by mdl_rabook_vfs_init().