|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
What the app should pass to display_flush for this event. More...
#include <ra8_display_pal_policy.h>
Data Fields | |
| display_refresh_hint_t | hint |
| Waveform intent (fast/quality/init). | |
| bool | full_update |
| true => flush the whole page rect. | |
What the app should pass to display_flush for this event.
Definition at line 100 of file ra8_display_pal_policy.h.
| bool display_policy_decision_t::full_update |
true => flush the whole page rect.
Definition at line 102 of file ra8_display_pal_policy.h.
Referenced by display_policy_decide(), and internal_decide_fast_clean().
| display_refresh_hint_t display_policy_decision_t::hint |
Waveform intent (fast/quality/init).
Definition at line 101 of file ra8_display_pal_policy.h.
Referenced by display_policy_decide(), er_flush_event(), and internal_decide_fast_clean().