|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Private source and codec vtables for ra8_camera backends. More...
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... | |
Private source and codec vtables for ra8_camera backends.
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.
Definition in file ra8_camera_internal.h.