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

Internal vtable + handle types for the display PAL. More...

#include <stdint.h>
#include "ra8_display_pal.h"
#include "ra8_err.h"
Include dependency graph for ra8_display_pal_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  display_backend_iface
 Opaque to applications – backends implement this internally and export a const instance through their own header. More...
struct  display_handle
 Opaque handle returned by display_init. More...

Detailed Description

Internal vtable + handle types for the display PAL.

Tag
[Ring 4 / PAL] {World: NS}

Not part of the public API. Only the PAL dispatcher and the backend TUs include this file. Tests under tests/ MAY also include it to drive MC/DC vectors against internal helpers, but application code never should.

Defines:

Since
0.1.0

Definition in file ra8_display_pal_internal.h.