Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_async.c39 edata->has_magn_z = 0; in mmc56x3_submit_sync()
54 edata->has_magn_z = 1; in mmc56x3_submit_sync()
59 edata->has_magn_z = 1; in mmc56x3_submit_sync()
65 edata->has_magn_z = 1; in mmc56x3_submit_sync()
Dmmc56x3_decoder.c31 *frame_count = edata->has_magn_z ? 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()
116 if (edata->has_magn_z) { in mmc56x3_decoder_decode()
128 if (edata->has_magn_x && edata->has_magn_y && edata->has_magn_z) { in mmc56x3_decoder_decode()
Dmmc56x3.h133 uint8_t has_magn_z: 1; member