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

Live GLCDC source layer clipped to native panel geometry. More...

Data Fields

uint32_t address
 Emulated row-zero address.
uint32_t stride
 Source row bytes.
uint16_t width
 Clipped source pixels.
uint16_t height
 Clipped source rows.
bool active
 Valid RGB565 layer.

Detailed Description

Live GLCDC source layer clipped to native panel geometry.

Definition at line 55 of file emu_view_surface.c.

Field Documentation

◆ active

bool surface_layer_t::active

Valid RGB565 layer.

Definition at line 60 of file emu_view_surface.c.

Referenced by internal_write_layer().

◆ address

uint32_t surface_layer_t::address

Emulated row-zero address.

Definition at line 56 of file emu_view_surface.c.

Referenced by internal_read_tile().

◆ height

uint16_t surface_layer_t::height

Clipped source rows.

Definition at line 59 of file emu_view_surface.c.

Referenced by internal_write_layer().

◆ stride

uint32_t surface_layer_t::stride

Source row bytes.

Definition at line 57 of file emu_view_surface.c.

Referenced by internal_read_tile().

◆ width

uint16_t surface_layer_t::width

Clipped source pixels.

Definition at line 58 of file emu_view_surface.c.

Referenced by internal_write_layer().


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