|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
The modelled GLCDC: snooped graphics-layer + background state. More...
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. | |
The modelled GLCDC: snooped graphics-layer + background state.
Definition at line 145 of file board_periph_glcdc.c.
| bool glcdc_state_t::bg_on |
BG_EN.EN: output stage enabled.
Definition at line 148 of file board_periph_glcdc.c.
| glcdc_layer_t glcdc_state_t::gr1 |
Graphics layer 1 (upper).
Definition at line 146 of file board_periph_glcdc.c.
| glcdc_layer_t glcdc_state_t::gr2 |
Graphics layer 2 (lower).
Definition at line 147 of file board_periph_glcdc.c.
| uc_engine* glcdc_state_t::uc |
Engine handle stashed for the report.
Definition at line 149 of file board_periph_glcdc.c.