63 #ifndef APP_SENSORS_H_ 64 #define APP_SENSORS_H_ 79 #define APP_REMOTE_SERVICE_SENSOR_NAME "com.ti.remote_service_sensor" 81 #define APP_REMOTE_SERVICE_SENSOR_CMD_CONFIG_OV2775 (0x1000) 83 #define APP_REMOTE_SERVICE_SENSOR_CMD_CONFIG_IMX390 (0x1001) 85 #define APP_PORT_NUM_MAX (2U) 87 #define APP_MAX_SENSORS (4u) 89 #if defined (MCU_PLUS_SDK) 91 #define I2C_HWIP_MAX_CNT (7U) 101 #define BOARD_CSI_INST_0 ((uint32_t) 0x0U) 103 #define BOARD_CSI_INST_1 ((uint32_t) 0x1U) 105 #define BOARD_CSI_INST_2 ((uint32_t) 0x2U) 109 #define BOARD_I2C_TRANSACTION_TIMEOUT (2000U) 111 #define I2C_400kHz I2C_400KHZ 114 #define BOARD_I2C_REG_ADDR_MSB_FIRST (0x0U) int32_t appRemoteServiceSensorInit(void)
Definition: app_sensors.c:165
uint32_t numSensors
Definition: app_sensors.h:126
uint32_t portNum
Definition: app_sensors.h:122
int appI2cDeInit()
Definition: app_sensors.c:158
int appI2cInit()
Definition: app_sensors.c:132
int32_t appRemoteServiceSensorDeInit(void)
Definition: app_sensors.c:179
#define APP_PORT_NUM_MAX
Definition: app_sensors.h:85
Definition: app_sensors.h:119