|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
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.
| 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().
| 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().
| 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().
| 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().