Home
last modified time | relevance | path

Searched refs:y_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
133 &y_h) < 0 || in lsm9ds0_gyro_sample_fetch()
143 data->sample_y = (int16_t)((uint16_t)(y_l) | ((uint16_t)(y_h) << 8)); in lsm9ds0_gyro_sample_fetch()