Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_async.c37 edata->has_magn_x = 0; in mmc56x3_submit_sync()
48 edata->has_magn_x = 1; in mmc56x3_submit_sync()
57 edata->has_magn_x = 1; in mmc56x3_submit_sync()
63 edata->has_magn_x = 1; in mmc56x3_submit_sync()
Dmmc56x3_decoder.c25 *frame_count = edata->has_magn_x ? 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()
92 if (edata->has_magn_x) { in mmc56x3_decoder_decode()
128 if (edata->has_magn_x && edata->has_magn_y && edata->has_magn_z) { in mmc56x3_decoder_decode()
Dmmc56x3.h129 uint8_t has_magn_x: 1; member