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

Sequential cursor over one positioned source context. More...

Collaboration diagram for verify_pull_t:

Data Fields

const ra8_fmt_source_tsource
 Immutable positioned source.
uint64_t offset
 Next sequential byte offset.

Detailed Description

Sequential cursor over one positioned source context.

Definition at line 32 of file ra8_fmt_stream_verify.c.

Field Documentation

◆ offset

uint64_t verify_pull_t::offset

Next sequential byte offset.

Definition at line 34 of file ra8_fmt_stream_verify.c.

Referenced by internal_pull().

◆ source

const ra8_fmt_source_t* verify_pull_t::source

Immutable positioned source.

Definition at line 33 of file ra8_fmt_stream_verify.c.

Referenced by internal_pull().


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