Searched refs:lsm6dso16is_gy (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub2/src/ |
D | main.c | 101 struct sensor_value lsm6dso16is_xl[3], lsm6dso16is_gy[3]; in main() local 133 sensor_channel_get(lsm6dso16is, SENSOR_CHAN_GYRO_XYZ, lsm6dso16is_gy); in main() 158 sensor_value_to_double(&lsm6dso16is_gy[0]), in main() 159 sensor_value_to_double(&lsm6dso16is_gy[1]), in main() 160 sensor_value_to_double(&lsm6dso16is_gy[2])); in main()
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/standard/src/ |
D | main.c | 262 struct sensor_value lsm6dso16is_xl[3], lsm6dso16is_gy[3]; in main() local 343 sensor_channel_get(lsm6dso16is, SENSOR_CHAN_GYRO_XYZ, lsm6dso16is_gy); in main() 380 sensor_value_to_double(&lsm6dso16is_gy[0]), in main() 381 sensor_value_to_double(&lsm6dso16is_gy[1]), in main() 382 sensor_value_to_double(&lsm6dso16is_gy[2])); in main()
|