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

Rotated tile placement and dimensions. More...

Data Fields

uint16_t x
 Composite destination column.
uint16_t y
 Composite destination row.
uint16_t width
 Rotated tile width.
uint16_t height
 Rotated tile height.

Detailed Description

Rotated tile placement and dimensions.

Definition at line 36 of file emu_view_tile.c.

Field Documentation

◆ height

uint16_t tile_destination_t::height

Rotated tile height.

Definition at line 40 of file emu_view_tile.c.

Referenced by internal_tile_destination(), and internal_write_rows().

◆ width

uint16_t tile_destination_t::width

Rotated tile width.

Definition at line 39 of file emu_view_tile.c.

Referenced by internal_tile_destination(), internal_write_rows(), and priv_emu_view_tile_write().

◆ x

uint16_t tile_destination_t::x

Composite destination column.

Definition at line 37 of file emu_view_tile.c.

Referenced by internal_tile_destination(), and internal_write_rows().

◆ y

uint16_t tile_destination_t::y

Composite destination row.

Definition at line 38 of file emu_view_tile.c.

Referenced by internal_tile_destination(), and internal_write_rows().


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