ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_fmt_cli_workspace_t Struct Reference

One explicit, shared composition-root workspace for portable verbs. More...

#include <ra8_fmt_portable_main_internal.h>

Data Fields

uint8_t bytes [k_ra8_fmt_cli_workspace_bytes]
 Shared named storage.

Detailed Description

One explicit, shared composition-root workspace for portable verbs.

Convert uses the first 8 MiB. Inspect binds a record table followed by its tile and stored-byte buffers; because CLI verbs are mutually exclusive, one named BSS object covers the larger exact high-water instead of summing per-verb singletons.

Since
0.1.0

Definition at line 44 of file ra8_fmt_portable_main_internal.h.

Field Documentation

◆ bytes

uint8_t ra8_fmt_cli_workspace_t::bytes[k_ra8_fmt_cli_workspace_bytes]

Shared named storage.

Definition at line 45 of file ra8_fmt_portable_main_internal.h.

Referenced by internal_bind(), internal_run_jof(), internal_run_rabook(), and priv_fmt_try_portable_verify().


The documentation for this struct was generated from the following file: