|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One decoded fake command (see ra8_npu_fake_cmd.h). More...
Data Fields | |
| uint32_t | op |
| Opcode (COPY / add-constant). | |
| uint32_t | src |
| Source region index. | |
| uint32_t | dst |
| Destination region index. | |
| uint32_t | count |
| Byte count to process. | |
| uint32_t | konst |
| Constant addend (add-constant op). | |
One decoded fake command (see ra8_npu_fake_cmd.h).
Definition at line 180 of file board_periph_npu.c.
| uint32_t npu_cmd_t::count |
Byte count to process.
Definition at line 184 of file board_periph_npu.c.
Referenced by internal_npu_apply(), internal_npu_console_job(), internal_npu_decode(), and internal_npu_execute().
| uint32_t npu_cmd_t::dst |
Destination region index.
Definition at line 183 of file board_periph_npu.c.
Referenced by internal_npu_console_job(), internal_npu_decode(), and internal_npu_execute().
| uint32_t npu_cmd_t::konst |
Constant addend (add-constant op).
Definition at line 185 of file board_periph_npu.c.
Referenced by internal_npu_apply(), and internal_npu_decode().
| uint32_t npu_cmd_t::op |
Opcode (COPY / add-constant).
Definition at line 181 of file board_periph_npu.c.
Referenced by internal_npu_apply(), internal_npu_console_job(), internal_npu_decode(), and internal_npu_execute().
| uint32_t npu_cmd_t::src |
Source region index.
Definition at line 182 of file board_periph_npu.c.
Referenced by internal_npu_console_job(), internal_npu_decode(), and internal_npu_execute().