|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Whole-block model state. More...
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. | |
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.
| 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.
| uint8_t gptp_state_t::win[k_gptp_win_span] |
Flat config-reflect shadow.
Definition at line 159 of file board_periph_gptp.c.