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

Private source and codec vtables for ra8_camera backends. More...

#include "ra8_camera.h"
#include "ra8_err.h"
Include dependency graph for ra8_camera_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ra8_camera_source_iface
 Operations every source backend supplies. More...
struct  ra8_camera_codec_iface
 Operation every codec backend supplies. More...

Detailed Description

Private source and codec vtables for ra8_camera backends.

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

Applications see only forward declarations in ra8_camera.h. Concrete backends bind one of these tables through their _init() helper, exactly as ra8_io_stream sinks bind their private vtable.

Since
0.1.0

Definition in file ra8_camera_internal.h.