Home
last modified time | relevance | path

Searched refs:HDI_SENSOR_GRAVITY (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/sensor/hal/include/
H A Dsensor_channel.h22 #define HDI_SENSOR_GRAVITY (9.80665f) macro
/drivers/peripheral/sensor/hal/src/
H A Dsensor_controller.c80 manager->sensorInfoEntry[i].maxRange = manager->sensorInfoEntry[i].maxRange * HDI_SENSOR_GRAVITY; in SetSensorIdClassification()
81 manager->sensorInfoEntry[i].accuracy = HDI_SENSOR_GRAVITY / HDI_SENSOR_ACCEL_LSB / HDI_SENSOR_UNITS; in SetSensorIdClassification()
H A Dsensor_channel.c27 #define ACCEL_ACCURACY ((HDI_SENSOR_GRAVITY) / (HDI_SENSOR_UNITS) / (HDI_SENSOR_UNITS))

Completed in 2 milliseconds