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

Caller-owned state for a fixed-frame memory source. More...

#include <ra8_camera_source_memory.h>

Collaboration diagram for ra8_camera_source_memory_state_t:

Data Fields

ra8_camera_frame_t frame
 Borrowed fixed frame (private).

Detailed Description

Caller-owned state for a fixed-frame memory source.

Treat the field as private after init. The borrowed source bytes must remain readable until the source is no longer used.

Invariant
frame passes ra8_camera_frame_validate after successful init.
Since
0.1.0

Definition at line 37 of file ra8_camera_source_memory.h.

Field Documentation

◆ frame

ra8_camera_frame_t ra8_camera_source_memory_state_t::frame

Borrowed fixed frame (private).

Definition at line 38 of file ra8_camera_source_memory.h.

Referenced by internal_memory_capture(), internal_memory_get_info(), and ra8_camera_source_memory_init().


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