|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
CAMCR.DSEL / HDSEL / VDSEL / FLDSEL latch-edge bundle. More...
#include <ra8_ceu_types.h>
Data Fields | |
| ra8_ceu_edge_t | data |
| CAMCR.DSEL (data lines). | |
| ra8_ceu_edge_t | hsync |
| CAMCR.HDSEL (HD). | |
| ra8_ceu_edge_t | vsync |
| CAMCR.VDSEL (VD). | |
| ra8_ceu_edge_t | field |
| CAMCR.FLDSEL (FLD interlace). | |
CAMCR.DSEL / HDSEL / VDSEL / FLDSEL latch-edge bundle.
HUM Ch 60.2.3 p 3636-3641. Each member maps directly to one CAMCR bit (24, 26, 27, 25 respectively).
Definition at line 221 of file ra8_ceu_types.h.
| ra8_ceu_edge_t ra8_ceu_edge_info_t::data |
CAMCR.DSEL (data lines).
Definition at line 222 of file ra8_ceu_types.h.
Referenced by internal_pack_camcr().
| ra8_ceu_edge_t ra8_ceu_edge_info_t::field |
CAMCR.FLDSEL (FLD interlace).
Definition at line 225 of file ra8_ceu_types.h.
Referenced by internal_pack_camcr().
| ra8_ceu_edge_t ra8_ceu_edge_info_t::hsync |
CAMCR.HDSEL (HD).
Definition at line 223 of file ra8_ceu_types.h.
Referenced by internal_pack_camcr().
| ra8_ceu_edge_t ra8_ceu_edge_info_t::vsync |
CAMCR.VDSEL (VD).
Definition at line 224 of file ra8_ceu_types.h.
Referenced by internal_pack_camcr().