Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dsensor.h1185 static inline int32_t sensor_ms2_to_g(const struct sensor_value *ms2) in sensor_ms2_to_g()
1202 static inline void sensor_g_to_ms2(int32_t g, struct sensor_value *ms2) in sensor_g_to_ms2()
1216 static inline int32_t sensor_ms2_to_ug(const struct sensor_value *ms2) in sensor_ms2_to_ug()
1229 static inline void sensor_ug_to_ms2(int32_t ug, struct sensor_value *ms2) in sensor_ug_to_ms2()
/Zephyr-latest/drivers/sensor/st/lis2dw12/
Dlis2dw12.c194 static inline int32_t sensor_ms2_to_mg(const struct sensor_value *ms2) in sensor_ms2_to_mg()