|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Vtable for an error sink. More...
#include <ra8_error_interface.h>
Data Fields | |
| void(* | report )(void *ctx, const char *tag, const char *msg, ra8_err_t err) |
| Record a non-fatal error. | |
| void * | ctx |
| Opaque context. | |
Vtable for an error sink.
Definition at line 30 of file ra8_error_interface.h.
| void* ra8_error_interface_t::ctx |
Opaque context.
Definition at line 42 of file ra8_error_interface.h.
Record a non-fatal error.
| [in] | ctx | Opaque context. |
| [in] | tag | Source component tag. |
| [in] | msg | Human-readable message. |
| [in] | err | Error code. |
Definition at line 38 of file ra8_error_interface.h.