|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
What the co-processor said when a request did not succeed. More...
#include <ra8_c6link.h>
Data Fields | |
| uint32_t | rpc_id |
| RPC_ID__Req_* of the request that failed, or zero. | |
| int32_t | resp |
| The co-processor's result code, or zero if none. | |
What the co-processor said when a request did not succeed.
Recorded per handle by every request this library issues, so a bring-up can print which request failed and what the far side thought rather than one opaque error code. A successful request clears it.
Definition at line 332 of file ra8_c6link.h.
| int32_t ra8_c6link_fault::resp |
The co-processor's result code, or zero if none.
Definition at line 334 of file ra8_c6link.h.
Referenced by c6_wifi_report_fault(), priv_c6link_resp(), and priv_c6link_rpc_call().
| uint32_t ra8_c6link_fault::rpc_id |
RPC_ID__Req_* of the request that failed, or zero.
Definition at line 333 of file ra8_c6link.h.
Referenced by c6_wifi_report_fault(), priv_c6link_resp(), and priv_c6link_rpc_call().