Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/melexis/mlx90394/
Dmlx90394_decoder.c43 static int mlx90394_convert_raw_magn_to_q31(int16_t reading, q31_t *out, in mlx90394_convert_raw_magn_to_q31() function
96 mlx90394_convert_raw_magn_to_q31(edata->readings[0], &out->readings[0].x, in mlx90394_decoder_decode()
98 mlx90394_convert_raw_magn_to_q31(edata->readings[1], &out->readings[0].y, in mlx90394_decoder_decode()
100 mlx90394_convert_raw_magn_to_q31(edata->readings[2], &out->readings[0].z, in mlx90394_decoder_decode()