Home
last modified time | relevance | path

Searched refs:raw_magn_y (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
282 raw_magn_y = (uint32_t)buf[2] << 12 | (uint32_t)buf[3] << 4 | (uint32_t)buf[7] >> 4; in mmc56x3_sample_fetch_helper()
283 raw_magn_y -= (uint32_t)1 << 19; in mmc56x3_sample_fetch_helper()
284 data->magn_y = raw_magn_y; in mmc56x3_sample_fetch_helper()