|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Per-app state: its widget tree + a focus-lifecycle counter. More...
Data Fields | |
| ra8_widget_t | widgets [2] |
| [0] status bar, [1] content. | |
| wa_fill_t | status_fill |
| Status-bar colour. | |
| wa_fill_t | content_fill |
| Content colour (per app). | |
| uint32_t | enters |
| Times on_enter fired. | |
| uint32_t | leaves |
| Times on_leave fired. | |
| wa_content_t | content |
| Content widget state. | |
Per-app state: its widget tree + a focus-lifecycle counter.
One app's widget tree + content + focus-lifecycle counters.
| wa_content_t wa_app_state_t::content |
| wa_fill_t wa_app_state_t::content_fill |
| uint32_t wa_app_state_t::enters |
Times on_enter fired.
Definition at line 92 of file main.c.
Referenced by wa_state_init(), and wd_state_init().
| uint32_t wa_app_state_t::leaves |
Times on_leave fired.
Definition at line 93 of file main.c.
Referenced by wa_state_init(), and wd_state_init().
| wa_fill_t wa_app_state_t::status_fill |
| ra8_widget_t wa_app_state_t::widgets |
[0] status bar, [1] content.
[status, content, tabbar].
Definition at line 89 of file main.c.
Referenced by wa_app_render(), wa_state_init(), wd_app_on_input(), wd_app_render(), and wd_state_init().