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

One body tile: a label over a coloured fill + a render counter. More...

Data Fields

const char * label
 Tile heading.
uint32_t bg
 Tile background colour.
uint32_t renders
 Times this tile rendered.

Detailed Description

One body tile: a label over a coloured fill + a render counter.

Since
0.1.0

Definition at line 161 of file main.c.

Field Documentation

◆ bg

uint32_t wc_tile_ctx_t::bg

Tile background colour.

Definition at line 163 of file main.c.

Referenced by wc_tile_render().

◆ label

const char* wc_tile_ctx_t::label

Tile heading.

Definition at line 162 of file main.c.

Referenced by wc_tile_render().

◆ renders

uint32_t wc_tile_ctx_t::renders

Times this tile rendered.

Definition at line 164 of file main.c.

Referenced by wc_tile_render().


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