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

Whole-block model state. More...

Collaboration diagram for gptp_state_t:

Data Fields

uint8_t win [k_gptp_win_span]
 Flat config-reflect shadow.
gptp_timer_t timer [k_ra8_gptp_timer_count]
 Per-unit derived state.

Detailed Description

Whole-block model state.

win is the flat register shadow (config-reflect for every register not modelled specially, including PTPTIVCt and the offset registers, which read back what was written). timer holds the two timer units' derived state.

Definition at line 158 of file board_periph_gptp.c.

Field Documentation

◆ timer

gptp_timer_t gptp_state_t::timer[k_ra8_gptp_timer_count]

Per-unit derived state.

Definition at line 160 of file board_periph_gptp.c.

◆ win

uint8_t gptp_state_t::win[k_gptp_win_span]

Flat config-reflect shadow.

Definition at line 159 of file board_periph_gptp.c.


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