|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Initial configuration for ra8_rsip_init. More...
#include <ra8_rsip_core.h>
Data Fields | |
| bool | run_bist |
| true -> arm BIST after MSTP release. | |
Initial configuration for ra8_rsip_init.
The surface is intentionally tiny: the only knob is whether the BIST should run on init. Production builds always set run_bist = true; bring-up firmware that wants to skip the ~ms self-test on every reset can set it false at its own risk. cppcheck cannot see tests/ so it flags the field as unused; it is read in ra8_rsip_init in libs/ra8_hal/src/ra8_rsip.c.
Definition at line 51 of file ra8_rsip_core.h.
| bool ra8_rsip_config_t::run_bist |
true -> arm BIST after MSTP release.
Definition at line 52 of file ra8_rsip_core.h.
Referenced by ra8_rsip_init().