Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_async.c38 edata->has_magn_y = 0; in mmc56x3_submit_sync()
51 edata->has_magn_y = 1; in mmc56x3_submit_sync()
58 edata->has_magn_y = 1; in mmc56x3_submit_sync()
64 edata->has_magn_y = 1; in mmc56x3_submit_sync()
Dmmc56x3_decoder.c28 *frame_count = edata->has_magn_y ? 1 : 0; in mmc56x3_decoder_get_frame_count()
35 ((edata->has_magn_x && edata->has_magn_y && edata->has_magn_z) ? 1 : 0); in mmc56x3_decoder_get_frame_count()
104 if (edata->has_magn_y) { in mmc56x3_decoder_decode()
128 if (edata->has_magn_x && edata->has_magn_y && edata->has_magn_z) { in mmc56x3_decoder_decode()
Dmmc56x3.h131 uint8_t has_magn_y: 1; member