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

Decoded snapshot of the MS (Module Status) register. More...

#include <ra8_vin_types.h>

Data Fields

bool capture_active
 MS.CA.
bool active_video
 MS.AV.
bool even_field
 MS.FS (1 -> even).
uint8_t frame_buffer_id
 MS.FBS.
bool memory_active
 MS.MA.
uint8_t latest_frame_buffer
 MS.FMS.

Detailed Description

Decoded snapshot of the MS (Module Status) register.

HUM Ch 67.2.2 p 3978. frame_buffer_id / latest_frame_buffer carry ra8_vin_ms_fbs_t values.

Definition at line 232 of file ra8_vin_types.h.

Field Documentation

◆ active_video

bool ra8_vin_module_status_t::active_video

MS.AV.

Definition at line 234 of file ra8_vin_types.h.

Referenced by ra8_vin_get_module_status().

◆ capture_active

bool ra8_vin_module_status_t::capture_active

MS.CA.

Definition at line 233 of file ra8_vin_types.h.

Referenced by ra8_vin_get_module_status().

◆ even_field

bool ra8_vin_module_status_t::even_field

MS.FS (1 -> even).

Definition at line 235 of file ra8_vin_types.h.

Referenced by ra8_vin_get_module_status().

◆ frame_buffer_id

uint8_t ra8_vin_module_status_t::frame_buffer_id

MS.FBS.

Definition at line 236 of file ra8_vin_types.h.

Referenced by ra8_vin_get_module_status().

◆ latest_frame_buffer

uint8_t ra8_vin_module_status_t::latest_frame_buffer

MS.FMS.

Definition at line 238 of file ra8_vin_types.h.

Referenced by ra8_vin_get_module_status().

◆ memory_active

bool ra8_vin_module_status_t::memory_active

MS.MA.

Definition at line 237 of file ra8_vin_types.h.

Referenced by ra8_vin_get_module_status().


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