|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Firmware-side TAP bookkeeping object. More...
Data Fields | |
| bool | initialized |
| True between init and deinit. | |
| ra8_bscan_instr_t | last_instruction |
| Last opcode the fixture reported. | |
| uint32_t | expected_idcode |
| JTIDR value the fixture should see. | |
Firmware-side TAP bookkeeping object.
Definition at line 59 of file ra8_bscan.c.
| uint32_t ra8_bscan_state_t::expected_idcode |
JTIDR value the fixture should see.
Definition at line 62 of file ra8_bscan.c.
| bool ra8_bscan_state_t::initialized |
True between init and deinit.
Definition at line 60 of file ra8_bscan.c.
| ra8_bscan_instr_t ra8_bscan_state_t::last_instruction |
Last opcode the fixture reported.
Definition at line 61 of file ra8_bscan.c.