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

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).

Detailed Description

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.

Field Documentation

◆ data

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().

◆ field

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().

◆ hsync

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().

◆ vsync

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().


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