Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/tmag5273/
Dtmag5273.h49 #define TMAG5273_CONV_AVG_POS 2 macro
61 #define TMAG5273_CONV_AVG_1 (0 << TMAG5273_CONV_AVG_POS)
62 #define TMAG5273_CONV_AVG_2 (1 << TMAG5273_CONV_AVG_POS)
63 #define TMAG5273_CONV_AVG_4 (2 << TMAG5273_CONV_AVG_POS)
64 #define TMAG5273_CONV_AVG_8 (3 << TMAG5273_CONV_AVG_POS)
65 #define TMAG5273_CONV_AVG_16 (4 << TMAG5273_CONV_AVG_POS)
66 #define TMAG5273_CONV_AVG_32 (5 << TMAG5273_CONV_AVG_POS)