Home
last modified time | relevance | path

Searched refs:raw_magn_x (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
278 raw_magn_x = (uint32_t)buf[0] << 12 | (uint32_t)buf[1] << 4 | (uint32_t)buf[6] >> 4; in mmc56x3_sample_fetch_helper()
279 raw_magn_x -= (uint32_t)1 << 19; in mmc56x3_sample_fetch_helper()
280 data->magn_x = raw_magn_x; in mmc56x3_sample_fetch_helper()