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

Status-bar state: the live frame counter it renders. More...

Data Fields

uint32_t frame
 Frame counter shown in the status bar.
uint32_t renders
 Times the status render ran.

Detailed Description

Status-bar state: the live frame counter it renders.

Since
0.1.0

Definition at line 151 of file main.c.

Field Documentation

◆ frame

uint32_t wc_status_ctx_t::frame

Frame counter shown in the status bar.

Definition at line 152 of file main.c.

Referenced by wc_status_render().

◆ renders

uint32_t wc_status_ctx_t::renders

Times the status render ran.

Definition at line 153 of file main.c.

Referenced by wc_status_render().


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