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

The modelled GLCDC: snooped graphics-layer + background state. More...

Collaboration diagram for glcdc_state_t:

Data Fields

glcdc_layer_t gr1
 Graphics layer 1 (upper).
glcdc_layer_t gr2
 Graphics layer 2 (lower).
bool bg_on
 BG_EN.EN: output stage enabled.
uc_engine * uc
 Engine handle stashed for the report.

Detailed Description

The modelled GLCDC: snooped graphics-layer + background state.

Definition at line 145 of file board_periph_glcdc.c.

Field Documentation

◆ bg_on

bool glcdc_state_t::bg_on

BG_EN.EN: output stage enabled.

Definition at line 148 of file board_periph_glcdc.c.

◆ gr1

glcdc_layer_t glcdc_state_t::gr1

Graphics layer 1 (upper).

Definition at line 146 of file board_periph_glcdc.c.

◆ gr2

glcdc_layer_t glcdc_state_t::gr2

Graphics layer 2 (lower).

Definition at line 147 of file board_periph_glcdc.c.

◆ uc

uc_engine* glcdc_state_t::uc

Engine handle stashed for the report.

Definition at line 149 of file board_periph_glcdc.c.


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