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

Exact caller-storage requirements derived from a parsed atlas. More...

#include <jof_audit.h>

Data Fields

uint32_t record_count
 Record entries required.
uint32_t tile_bytes
 Decoded tile-buffer bytes required.
uint32_t scratch_bytes
 Stored-stream scratch (zero for raw).

Detailed Description

Exact caller-storage requirements derived from a parsed atlas.

Since
0.1.0

Definition at line 53 of file jof_audit.h.

Field Documentation

◆ record_count

uint32_t jof_audit_requirements_t::record_count

Record entries required.

Definition at line 54 of file jof_audit.h.

Referenced by internal_check_workspace(), internal_run_jof(), and internal_workspace_error().

◆ scratch_bytes

uint32_t jof_audit_requirements_t::scratch_bytes

Stored-stream scratch (zero for raw).

Definition at line 56 of file jof_audit.h.

Referenced by internal_check_workspace(), internal_check_workspace_spans(), internal_run_jof(), internal_workspace_error(), and jof_audit_requirements().

◆ tile_bytes

uint32_t jof_audit_requirements_t::tile_bytes

Decoded tile-buffer bytes required.

Definition at line 55 of file jof_audit.h.

Referenced by internal_check_workspace(), internal_check_workspace_spans(), internal_run_jof(), internal_workspace_error(), and jof_audit_requirements().


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