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

Injected output sink. More...

#include <cache_bench_io.h>

Data Fields

cb_sink_write_fn write
 Write implementation.
void * ctx
 Caller-owned binding.

Detailed Description

Injected output sink.

Definition at line 45 of file cache_bench_io.h.

Field Documentation

◆ ctx

void* cb_sink_t::ctx

Caller-owned binding.

Definition at line 47 of file cache_bench_io.h.

Referenced by cb_sink_write_all().

◆ write

cb_sink_write_fn cb_sink_t::write

Write implementation.

Definition at line 46 of file cache_bench_io.h.

Referenced by cb_sink_write_all().


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