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

Pull cursor over the in-RAM encoded source. More...

Data Fields

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

Detailed Description

Pull cursor over the in-RAM encoded source.

Definition at line 51 of file jof_worker.c.

Field Documentation

◆ data

const uint8_t* worker_pull_t::data

Encoded bytes.

Definition at line 52 of file jof_worker.c.

Referenced by worker_pull().

◆ len

size_t worker_pull_t::len

Total length.

Definition at line 53 of file jof_worker.c.

Referenced by worker_pull().

◆ pos

size_t worker_pull_t::pos

Read cursor.

Definition at line 54 of file jof_worker.c.

Referenced by worker_pull().


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