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

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.

Detailed Description

What the app should pass to display_flush for this event.

Since
0.1.0

Definition at line 100 of file ra8_display_pal_policy.h.

Field Documentation

◆ full_update

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().

◆ hint

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().


The documentation for this struct was generated from the following file: