|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
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.
| bool ra8_vin_module_status_t::active_video |
| bool ra8_vin_module_status_t::capture_active |
| 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().
| uint8_t ra8_vin_module_status_t::frame_buffer_id |
| uint8_t ra8_vin_module_status_t::latest_frame_buffer |
| bool ra8_vin_module_status_t::memory_active |