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

Pull cursor over an in-RAM encoded image. More...

Data Fields

const uint8_t * data
 Encoded bytes.
size_t len
 Total length.
size_t pos
 Read cursor.

Detailed Description

Pull cursor over an in-RAM encoded image.

Definition at line 108 of file mdl_export_jof.c.

Field Documentation

◆ data

const uint8_t* jof_pull_ctx_t::data

Encoded bytes.

Definition at line 109 of file mdl_export_jof.c.

Referenced by internal_jof_pull().

◆ len

size_t jof_pull_ctx_t::len

Total length.

Definition at line 110 of file mdl_export_jof.c.

Referenced by internal_jof_pull().

◆ pos

size_t jof_pull_ctx_t::pos

Read cursor.

Definition at line 111 of file mdl_export_jof.c.

Referenced by internal_jof_pull().


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