Home
last modified time | relevance | path

Searched defs:SensorBasicInformation (Results 1 – 1 of 1) sorted by relevance

/drivers/peripheral/sensor/hal/include/
Dsensor_controller.h41 struct SensorBasicInformation { struct
42 char sensorName[SENSOR_NAME_MAX_LEN]; /* Sensor name */
43 char vendorName[SENSOR_NAME_MAX_LEN]; /* Sensor vendor */
44 char firmwareVersion[SENSOR_VERSION_MAX_LEN]; /* Sensor firmware version */
45 char hardwareVersion[SENSOR_VERSION_MAX_LEN]; /* Sensor hardware version */
46 int32_t sensorTypeId; /* Sensor type ID (described in {@link SensorTypeTag}) */
47 int32_t sensorId; /* Sensor ID, defined by the sensor driver developer */
48 int32_t maxRange; /* Maximum measurement range of the sensor */
49 int32_t accuracy; /* Sensor accuracy */
50 int32_t power; /* Sensor power */
[all …]