TIOVX User Guide

The configuration data structure used by the TIVX_KERNEL_CSITX kernel. More...

#include <video_io_csitx.h>

Data Fields

tivx_csitx_inst_params_t instCfg [TIVX_CSITX_MAX_INST]
 
uint32_t instId [TIVX_CSITX_MAX_INST]
 
uint32_t numInst
 
uint32_t numCh
 
uint32_t chVcNum [TIVX_CSITX_MAX_CH]
 
uint32_t chInstMap [TIVX_CSITX_MAX_CH]
 

Detailed Description

The configuration data structure used by the TIVX_KERNEL_CSITX kernel.

Definition at line 282 of file video_io_csitx.h.

Field Documentation

◆ instCfg

tivx_csitx_inst_params_t tivx_csitx_params_t::instCfg[TIVX_CSITX_MAX_INST]

CSI2Tx Instance configuration

Definition at line 284 of file video_io_csitx.h.

◆ instId

uint32_t tivx_csitx_params_t::instId[TIVX_CSITX_MAX_INST]

CSI2Tx Instance Id, 0:CSITx0

Definition at line 285 of file video_io_csitx.h.

◆ numInst

uint32_t tivx_csitx_params_t::numInst

Number of instances in current csitx node

Definition at line 286 of file video_io_csitx.h.

◆ numCh

uint32_t tivx_csitx_params_t::numCh

Number of channels to be processed on current instance of Node

Definition at line 287 of file video_io_csitx.h.

◆ chVcNum

uint32_t tivx_csitx_params_t::chVcNum[TIVX_CSITX_MAX_CH]

Virtual Channel Number for each channel

Definition at line 288 of file video_io_csitx.h.

◆ chInstMap

uint32_t tivx_csitx_params_t::chInstMap[TIVX_CSITX_MAX_CH]

Instance ID for each channel

Definition at line 289 of file video_io_csitx.h.


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