Searched refs:gx (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/drivers/sensor/bmi270/ |
D | bmi270.c | 500 data->gx = (int16_t)sys_get_le16(&buf[6]); in bmi270_sample_fetch() 507 data->gx = 0; in bmi270_sample_fetch() 534 channel_gyro_convert(val, data->gx, data->gyr_range); in bmi270_channel_get() 540 channel_gyro_convert(&val[0], data->gx, in bmi270_channel_get()
|
D | bmi270.h | 261 int16_t ax, ay, az, gx, gy, gz; member
|
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 280 …pzZTzHRy0lUn+exNW8qkoSumoh19GouLaAHvqQ0M2Bfn66zam7SNVKq5evFSquAuJeOlSOeM+50gx+kog+vrr13NoZtYsDuW4V… 3136 "plt.plot(x_test, y_test_pred_tflite, 'gx', label='TFLite quantized predictions')\n",
|