ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
cm_ct_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.

Points at the baked k_comic_large_cbz bytes (a bounds-checked memcpy); no archive is ever resident beyond this fixture.

Since
0.1.0

Definition at line 70 of file cm_tiled_check.c.

Field Documentation

◆ d

const uint8_t* cm_ct_blob_t::d

Archive bytes.

Definition at line 71 of file cm_tiled_check.c.

Referenced by cm_ct_read().

◆ n

size_t cm_ct_blob_t::n

Archive length.

Definition at line 72 of file cm_tiled_check.c.

Referenced by cm_ct_read().


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