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

Pre-clip window (SLPRC / ELPRC / SPPRC / EPPRC). More...

#include <ra8_vin_types.h>

Data Fields

uint16_t line_start
 SLPRC: first line that survives the clip.
uint16_t line_end
 ELPRC: last line that survives the clip.
uint16_t pixel_start
 SPPRC: first pixel within each line.
uint16_t pixel_end
 EPPRC: last pixel within each line.

Detailed Description

Pre-clip window (SLPRC / ELPRC / SPPRC / EPPRC).

HUM Ch 67.2.4..67.2.7 p 3980-3981. Lines and pixels are inclusive 12-bit indices; setting end < start triggers k_ra8_err_invalid_arg from the setter.

Definition at line 96 of file ra8_vin_types.h.

Field Documentation

◆ line_end

uint16_t ra8_vin_preclip_t::line_end

ELPRC: last line that survives the clip.

Definition at line 98 of file ra8_vin_types.h.

Referenced by ra8_vin_set_preclip().

◆ line_start

uint16_t ra8_vin_preclip_t::line_start

SLPRC: first line that survives the clip.

Definition at line 97 of file ra8_vin_types.h.

Referenced by ra8_vin_set_preclip().

◆ pixel_end

uint16_t ra8_vin_preclip_t::pixel_end

EPPRC: last pixel within each line.

Definition at line 100 of file ra8_vin_types.h.

Referenced by ra8_vin_set_preclip().

◆ pixel_start

uint16_t ra8_vin_preclip_t::pixel_start

SPPRC: first pixel within each line.

Definition at line 99 of file ra8_vin_types.h.

Referenced by ra8_vin_set_preclip().


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