![]() |
piSmasher Configuration Libraries
piSmasher peripheral device configuration libraries
|
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 } |
| enum 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 |
| enum tda998x_pix_tgl |
#include <projects/lib/tda998x.h>
| Enumerator | |
|---|---|
| PIXTOGL_NO_ACTION | No Action |
| PIXTOGL_ENABLE | Toggle |
| enum tda998x_upsample |
#include <projects/lib/tda998x.h>
| Enumerator | |
|---|---|
| UPSAMPLE_BYPASS | Bypass |
| UPSAMPLE_COPY | Copy |
| UPSAMPLE_INTERPOLATE | Interpolate |
| UPSAMPLE_AUTO | Auto: driver chooses best value |