Searched refs:accel_xyz (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/samples/shields/x_nucleo_iks01a1/src/ |
D | main.c | 27 struct sensor_value magn_xyz[3], accel_xyz[3]; in main() local 89 sensor_channel_get(lsm6ds0, SENSOR_CHAN_ACCEL_XYZ, accel_xyz); in main() 120 sensor_value_to_double(&accel_xyz[0]), in main() 121 sensor_value_to_double(&accel_xyz[1]), in main() 122 sensor_value_to_double(&accel_xyz[2])); in main()
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | bma4xx.c | 407 rc = bma4xx_sample_fetch(dev, &edata->accel_xyz[0], &edata->accel_xyz[1], in bma4xx_submit_one_shot() 408 &edata->accel_xyz[2]); in bma4xx_submit_one_shot() 621 bma4xx_convert_raw_accel_to_q31(edata->accel_xyz[0], &out->readings[0].x); in bma4xx_one_shot_decode() 622 bma4xx_convert_raw_accel_to_q31(edata->accel_xyz[1], &out->readings[0].y); in bma4xx_one_shot_decode() 623 bma4xx_convert_raw_accel_to_q31(edata->accel_xyz[2], &out->readings[0].z); in bma4xx_one_shot_decode()
|
D | bma4xx.h | 232 int16_t accel_xyz[3]; member
|
/Zephyr-latest/samples/sensor/sensor_shell/ |
D | README.rst | 55 channel idx=3 accel_xyz x = 0.000000 y = 0.268150 z = 9.959878
|