Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3.c231 int32_t raw_magn_x, raw_magn_y, raw_magn_z; in mmc56x3_sample_fetch_helper() local
286 raw_magn_z = (uint32_t)buf[4] << 12 | (uint32_t)buf[5] << 4 | (uint32_t)buf[8] >> 4; in mmc56x3_sample_fetch_helper()
287 raw_magn_z -= (uint32_t)1 << 19; in mmc56x3_sample_fetch_helper()
288 data->magn_z = raw_magn_z; in mmc56x3_sample_fetch_helper()