Home
last modified time | relevance | path

Searched refs:z_h (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/sensor/st/lsm9ds0_gyro/
Dlsm9ds0_gyro.c121 uint8_t x_l, x_h, y_l, y_h, z_l, z_h; in lsm9ds0_gyro_sample_fetch() local
137 &z_h) < 0) { in lsm9ds0_gyro_sample_fetch()
144 data->sample_z = (int16_t)((uint16_t)(z_l) | ((uint16_t)(z_h) << 8)); in lsm9ds0_gyro_sample_fetch()