piSmasher Configuration Libraries
piSmasher peripheral device configuration libraries
TDA998X_Video_In

Data Structures

struct  tda998x_vidin_cfg
 Video Input Configuration. More...
 

Enumerations

enum  tda998x_pix_rate { PIXRATE_DOUBLE = 0, PIXRATE_SINGLE = 1, PIXRATE_SINGLE_REPEATED = 2 }
 
enum  tda998x_upsample { UPSAMPLE_BYPASS = 0, UPSAMPLE_COPY = 1, UPSAMPLE_INTERPOLATE = 2, UPSAMPLE_AUTO = 3 }
 
enum  tda998x_pix_tgl { PIXTOGL_NO_ACTION = 0, PIXTOGL_ENABLE = 1 }
 

Detailed Description

Enumeration Type Documentation

◆ tda998x_pix_rate

#include <projects/lib/tda998x.h>

Enumerator
PIXRATE_DOUBLE 

Double pixel rate

PIXRATE_SINGLE 

Single pixel rate

PIXRATE_SINGLE_REPEATED 

Single pixel repeated

145  {
146  PIXRATE_DOUBLE = 0,
147  PIXRATE_SINGLE = 1,
Definition: tda998x.h:146
Definition: tda998x.h:147
Definition: tda998x.h:145

◆ tda998x_pix_tgl

#include <projects/lib/tda998x.h>

Enumerator
PIXTOGL_NO_ACTION 

No Action

PIXTOGL_ENABLE 

Toggle

158  {
159  PIXTOGL_NO_ACTION = 0,
160  PIXTOGL_ENABLE = 1,
Definition: tda998x.h:158
Definition: tda998x.h:159

◆ tda998x_upsample

#include <projects/lib/tda998x.h>

Enumerator
UPSAMPLE_BYPASS 

Bypass

UPSAMPLE_COPY 

Copy

UPSAMPLE_INTERPOLATE 

Interpolate

UPSAMPLE_AUTO 

Auto: driver chooses best value

151  {
152  UPSAMPLE_BYPASS = 0,
153  UPSAMPLE_COPY = 1,
155  UPSAMPLE_AUTO = 3,
Definition: tda998x.h:154
Definition: tda998x.h:152
Definition: tda998x.h:153
Definition: tda998x.h:151