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

Immutable injected byte source with a snapshotted length. More...

#include <cache_bench_io.h>

Data Fields

cb_source_read_fn read
 Read-at implementation.
void * ctx
 Caller-owned binding.
uint64_t size
 Size observed when bound.

Detailed Description

Immutable injected byte source with a snapshotted length.

Definition at line 32 of file cache_bench_io.h.

Field Documentation

◆ ctx

void* cb_source_t::ctx

Caller-owned binding.

Definition at line 34 of file cache_bench_io.h.

Referenced by internal_trace_read_byte().

◆ read

cb_source_read_fn cb_source_t::read

Read-at implementation.

Definition at line 33 of file cache_bench_io.h.

Referenced by cb_trace_bind(), cb_trace_cursor_open(), and internal_trace_read_byte().

◆ size

uint64_t cb_source_t::size

Size observed when bound.

Definition at line 35 of file cache_bench_io.h.

Referenced by internal_trace_read_byte().


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