|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Sink configuration for one streamed profiler symbol name. More...
Data Fields | |
| int | fd |
| Explicit file descriptor, ignored for error sink. | |
| char | escape |
| Character escaped with backslash, or NUL. | |
| bool | error_sink |
| Route bytes to the injected error sink. | |
| bool | ok |
| Sticky exact-output success. | |
Sink configuration for one streamed profiler symbol name.
Definition at line 358 of file emu_prof.c.
| bool prof_name_sink_t::error_sink |
Route bytes to the injected error sink.
Definition at line 361 of file emu_prof.c.
Referenced by internal_prof_name_chunk().
| char prof_name_sink_t::escape |
Character escaped with backslash, or NUL.
Definition at line 360 of file emu_prof.c.
Referenced by internal_prof_name_chunk().
| int prof_name_sink_t::fd |
Explicit file descriptor, ignored for error sink.
Definition at line 359 of file emu_prof.c.
Referenced by internal_prof_name_chunk().
| bool prof_name_sink_t::ok |
Sticky exact-output success.
Definition at line 362 of file emu_prof.c.
Referenced by internal_prof_name(), and internal_prof_name_chunk().