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

Pair of (clock id, expected post-PLL frequency in Hz). More...

Data Fields

ra8_clock_id_t id
 Clock-tree domain identifier.
uint32_t expected_hz
 Target frequency after PLL bring-up.

Detailed Description

Pair of (clock id, expected post-PLL frequency in Hz).

The verification table walks every clock identifier the CGC driver publishes and compares its runtime readback against the constant defined in ra8_time_constants.h.

Invariant
expected_hz matches the value programmed by ra8_cgc_init for id.
Since
0.1.0

Definition at line 119 of file main.c.

Field Documentation

◆ expected_hz

uint32_t clock_check_expected_t::expected_hz

Target frequency after PLL bring-up.

Definition at line 121 of file main.c.

◆ id

ra8_clock_id_t clock_check_expected_t::id

Clock-tree domain identifier.

Definition at line 120 of file main.c.


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hw_validated/hil/clock_check/src/main.c