![]() |
piSmasher Configuration Libraries
piSmasher peripheral device configuration libraries
|
Functions | |
| static int | tda998x_vidin_set_blanking (struct tda998x_dev *dev, enum vip_cntrl_4_blnkit src, enum vip_cntrl_4_blc code) |
| Set Video Input Blanking Source and Code. More... | |
| static int | tda998x_vidin_set_config (struct tda998x_dev *dev, enum tda998x_vidin_mode vin_mode, enum tda998x_vid_fmt vout_fmt, enum tda998x_format_3d format_3d, enum tda998x_pix_edge edge, enum tda998x_pix_rate pix_rate, enum tda998x_upsample upsampleMode) |
| static int | tda998x_vidin_set_fine (struct tda998x_dev *dev, enum vip_cntrl_3_sp_sync sp_sync, uint8_t sp_cnt, enum vip_cntrl_5_clkpol clkpol) |
| Set Video Input Fine. More... | |
| static int | tda998x_vidin_set_mapping (struct tda998x_dev *dev, const enum vip_cntrl_swap *swap, const enum vip_cntrl_mirr *mirr) |
| Set Video Input Port Mapping. More... | |
| static int | tda998x_vidin_set_port_enable (struct tda998x_dev *dev) |
| Set Video Input Port Pin Enable. More... | |
| static int | tda998x_vidin_set_sync (struct tda998x_dev *dev, enum vip_cntrl_3_emb emb, enum tbg_cntrl_0_sync_mthd mthd, bool tgl_v, bool tgl_h, bool tgl_x, uint16_t ref_pix, uint16_t ref_line) |
| Set Video Input Synchronization. More... | |
|
static |
#include <projects/lib/tda998x.c>
Set Video Input Blanking Source and Code.
| dev | TDA998x device structure pointer |
| src | Blanking source |
| code | Blanking code |
|
static |
#include <projects/lib/tda998x.c>
Set Video Input Fine.
| dev | TDA998x device structure pointer |
| sp_sync | Subpacket synchronization selection |
| sp_cnt | Subpacket count |
| clkpol | Clock polarity |
|
static |
#include <projects/lib/tda998x.c>
Set Video Input Port Mapping.
| dev | TDA998x device structure pointer |
| swap | Port swap mapping table pointer |
| mirr | Port mirroring table pointer |
|
static |
#include <projects/lib/tda998x.c>
Set Video Input Port Pin Enable.
| dev | TDA998x device structure pointer |
|
static |
#include <projects/lib/tda998x.c>
Set Video Input Synchronization.
| dev | TDA998x device structure pointer |
| src | Syncing source |
| mthd | Syncing method |
| tgl_v | Toggle VS/VREF |
| tgl_h | Toggle HS/HREF |
| tgl_x | Toggle DE/FREF |
| ref_pix | |
| ref_line |