![]() |
TI J721E Imaging User Guide
|
Macros | |
#define | I2C_BUS 9 |
#define | SLAVE_REG 0x4a |
Functions | |
int | i2c16BitRegRead (uint16_t regAddr, uint8_t *regData) |
int | i2c16BitRegWrite (uint16_t regAddr, uint8_t regData) |
void | itt_ctrl_cmdHandlerIssReadSensorReg (char *cmd, uint32_t prmSize) |
Handler for command "iss_read_sensor_reg". Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler Inputs. More... | |
void | itt_ctrl_cmdHandlerIssWriteSensorReg (char *cmd, uint32_t prmSize) |
Handler for command "iss_write_sensor_reg". Function callback passed to network_api utils. Must comply with the syntax of NetworkCtrl_Handler Inputs. More... | |
int | i2cInit () |
Variables | |
int | file_g = -1 |
static uint8_t | cmd_param_sensor_ctrl [CMD_PARAM_SIZE] |
uint8_t | gEdgeAI |
#define I2C_BUS 9 |
#define SLAVE_REG 0x4a |
int i2c16BitRegRead | ( | uint16_t | regAddr, |
uint8_t * | regData | ||
) |
int i2c16BitRegWrite | ( | uint16_t | regAddr, |
uint8_t | regData | ||
) |
int i2cInit | ( | ) |
int file_g = -1 |
|
static |
uint8_t gEdgeAI |