ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
emu_view_tile_internal.h
Go to the documentation of this file.
1
12
13#pragma once
14
15#include "emu_presentation.h"
16#include "ra8_attributes.h"
17
35 const uint16_t* source,
36 uint16_t source_x,
37 uint16_t source_y,
38 uint16_t width,
39 uint16_t height);
Bounded raw-descriptor presentation surface and scratch workspace.
bool priv_emu_view_tile_write(emu_presentation_workspace_t *presentation, const uint16_t *source, uint16_t source_x, uint16_t source_y, uint16_t width, uint16_t height)
Rotate and write one native-panel tile into its exact display location.
Annotation-attribute framework macros for ra8-firmware.
#define RA8_PRIV
Module-private helper: shared across TUs but only inside one library.
One independent owned surface plus non-owning bounded scratch.