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

Resident-buffer backing for the comic reader's seek+read seam. More...

Data Fields

const uint8_t * d
 Archive bytes.
size_t n
 Archive length.

Detailed Description

Resident-buffer backing for the comic reader's seek+read seam.

Bound for baked-MRAM comics + the self-check fixtures, where the archive bytes are already addressable (a bounds-checked memcpy).

Definition at line 76 of file sh_comic.c.

Field Documentation

◆ d

const uint8_t* sh_comic_blob_t::d

Archive bytes.

Definition at line 77 of file sh_comic.c.

Referenced by sh_comic_blob_read().

◆ n

size_t sh_comic_blob_t::n

Archive length.

Definition at line 78 of file sh_comic.c.

Referenced by sh_comic_blob_read().


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hil_needs_revalidation/ereader_shelf/src/sh_comic.c