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

Aggregate snapshot of all per-region accumulators. More...

#include <ra8_power_profile.h>

Collaboration diagram for ra8_power_profile_stats_t:

Data Fields

ra8_power_profile_region_stats_t regions [k_ra8_power_profile_max_regions]
 Per-region accumulators.

Detailed Description

Aggregate snapshot of all per-region accumulators.

Flat array indexed by ra8_power_profile_region_id_t value. Slots that were never used hold all-zero accumulators.

Invariant
regions is exactly k_ra8_power_profile_max_regions long.
Since
0.1.0

Definition at line 166 of file ra8_power_profile.h.

Field Documentation

◆ regions

Per-region accumulators.

Definition at line 168 of file ra8_power_profile.h.

Referenced by pp_demo_format_line().


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