|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Immutable injected byte source with a snapshotted length.
Definition at line 32 of file cache_bench_io.h.
| void* cb_source_t::ctx |
Caller-owned binding.
Definition at line 34 of file cache_bench_io.h.
Referenced by internal_trace_read_byte().
| 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().
| 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().