|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One caller-owned artifact transaction. More...
#include <ra8_fmt_stream.h>
Data Fields | |
| const ra8_fmt_transaction_ops_t * | ops |
| Transaction implementation. | |
| void * | ctx |
| Backend-owned state. | |
One caller-owned artifact transaction.
Definition at line 69 of file ra8_fmt_stream.h.
| void* ra8_fmt_transaction_t::ctx |
Backend-owned state.
Definition at line 71 of file ra8_fmt_stream.h.
Referenced by internal_abort(), internal_abort_dump(), internal_abort_transaction(), internal_append(), internal_dump_bytes(), internal_execute(), internal_finish_dump(), priv_fmt_host_transaction_begin(), and ra8_fmt_jof_convert_stream().
| const ra8_fmt_transaction_ops_t* ra8_fmt_transaction_t::ops |
Transaction implementation.
Definition at line 70 of file ra8_fmt_stream.h.
Referenced by internal_abort(), internal_abort_dump(), internal_abort_transaction(), internal_append(), internal_dump_bytes(), internal_execute(), internal_finish_dump(), priv_fmt_host_transaction_begin(), ra8_fmt_jof_convert_stream(), and ra8_fmt_jof_verify_stream().