|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Exact caller-owned storage used by streaming JOF inspection. More...
#include <ra8_fmt_stream.h>
Data Fields | |
| jof_audit_record_t * | records |
| Audit record array. | |
| uint32_t | record_cap |
| Record entries available. | |
| uint8_t * | tile |
| Reusable decoded tile. | |
| uint32_t | tile_cap |
| Decoded tile capacity. | |
| uint8_t * | scratch |
| Compressed tile staging. | |
| uint32_t | scratch_cap |
| Compressed staging capacity. | |
Exact caller-owned storage used by streaming JOF inspection.
Definition at line 129 of file ra8_fmt_stream.h.
| uint32_t ra8_fmt_jof_inspect_workspace_t::record_cap |
Record entries available.
Definition at line 131 of file ra8_fmt_stream.h.
Referenced by ra8_fmt_jof_inspect_stream().
| jof_audit_record_t* ra8_fmt_jof_inspect_workspace_t::records |
Audit record array.
Definition at line 130 of file ra8_fmt_stream.h.
Referenced by ra8_fmt_jof_inspect_stream().
| uint8_t* ra8_fmt_jof_inspect_workspace_t::scratch |
Compressed tile staging.
Definition at line 134 of file ra8_fmt_stream.h.
Referenced by ra8_fmt_jof_inspect_stream().
| uint32_t ra8_fmt_jof_inspect_workspace_t::scratch_cap |
Compressed staging capacity.
Definition at line 135 of file ra8_fmt_stream.h.
Referenced by ra8_fmt_jof_inspect_stream().
| uint8_t* ra8_fmt_jof_inspect_workspace_t::tile |
Reusable decoded tile.
Definition at line 132 of file ra8_fmt_stream.h.
Referenced by ra8_fmt_jof_inspect_stream().
| uint32_t ra8_fmt_jof_inspect_workspace_t::tile_cap |
Decoded tile capacity.
Definition at line 133 of file ra8_fmt_stream.h.
Referenced by ra8_fmt_jof_inspect_stream().