Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/tmag5273/
Dtmag5273.c713 bool all_xyz = all_channels || (chan == SENSOR_CHAN_MAGN_XYZ); in tmag5273_sample_fetch() local
716 if (all_xyz || (chan == SENSOR_CHAN_MAGN_X)) { in tmag5273_sample_fetch()
721 if (all_xyz || (chan == SENSOR_CHAN_MAGN_Y)) { in tmag5273_sample_fetch()
726 if (all_xyz || (chan == SENSOR_CHAN_MAGN_Z)) { in tmag5273_sample_fetch()