ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_rsip_config_t Struct Reference

Initial configuration for ra8_rsip_init. More...

#include <ra8_rsip_core.h>

Data Fields

bool run_bist
 true -> arm BIST after MSTP release.

Detailed Description

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.

Field Documentation

◆ run_bist

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().


The documentation for this struct was generated from the following file: