TI J721E Imaging User Guide
itt_priv.h File Reference

Go to the source code of this file.

Data Structures

struct  AlgItt_GetSaveFrameStatus
 Information of saved RAW data frame. More...
 
struct  AlgItt_IssAewbDccControlParams
 Structure containing control parameters for DCC. More...
 
struct  module_obj_t
 Structure containing necessary objects for EdgeAI live tuning. More...
 
struct  ITTServerEdgeAIObj
 Structure for EdgeAI ITT Server. More...
 

Macros

#define ITT_PRINTF(f_, ...)
 
#define NETWORK_CTRL_HEADER   (0x1234ABCDU)
 
#define NETWORK_RX_HEADER   (0x5678ABCDU)
 
#define NETWORK_TX_HEADER   (0xABCD4321U)
 
#define TRUE   1
 
#define FALSE   0
 
#define APP_IPC_RTOS_CPU   APP_IPC_CPU_MCU2_0
 
#define NETWORKCTRL_ISS_DCC_FILE_SIZE   (128U*1024U)
 
#define ALGORITHM_AEWB_LINK_CMD_GET_DCC_BUF_PARAMS   (0x1003)
 
#define ALGORITHM_AEWB_LINK_CMD_PARSE_AND_SET_DCC_PARAMS   (0x1002)
 

Enumerations

enum  EDGEAI_NODES { VISS = 0, AEWB, LDC }
 

Functions

int32_t IttCtrl_readParams (uint8_t *pPrm, uint32_t prmSize)
 
int32_t IttCtrl_writeParams (uint8_t *pPrm, uint32_t prmSize, uint32_t returnStatus)
 
int i2cInit ()
 

Macro Definition Documentation

◆ ITT_PRINTF

#define ITT_PRINTF (   f_,
  ... 
)

◆ NETWORK_CTRL_HEADER

#define NETWORK_CTRL_HEADER   (0x1234ABCDU)

◆ NETWORK_RX_HEADER

#define NETWORK_RX_HEADER   (0x5678ABCDU)

◆ NETWORK_TX_HEADER

#define NETWORK_TX_HEADER   (0xABCD4321U)

◆ TRUE

#define TRUE   1

◆ FALSE

#define FALSE   0

◆ APP_IPC_RTOS_CPU

#define APP_IPC_RTOS_CPU   APP_IPC_CPU_MCU2_0

◆ NETWORKCTRL_ISS_DCC_FILE_SIZE

#define NETWORKCTRL_ISS_DCC_FILE_SIZE   (128U*1024U)

◆ ALGORITHM_AEWB_LINK_CMD_GET_DCC_BUF_PARAMS

#define ALGORITHM_AEWB_LINK_CMD_GET_DCC_BUF_PARAMS   (0x1003)

◆ ALGORITHM_AEWB_LINK_CMD_PARSE_AND_SET_DCC_PARAMS

#define ALGORITHM_AEWB_LINK_CMD_PARSE_AND_SET_DCC_PARAMS   (0x1002)

Enumeration Type Documentation

◆ EDGEAI_NODES

Enumerator
VISS 
AEWB 
LDC 

Function Documentation

◆ IttCtrl_readParams()

int32_t IttCtrl_readParams ( uint8_t *  pPrm,
uint32_t  prmSize 
)

◆ IttCtrl_writeParams()

int32_t IttCtrl_writeParams ( uint8_t *  pPrm,
uint32_t  prmSize,
uint32_t  returnStatus 
)

◆ i2cInit()

int i2cInit ( )