Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/tmag5170/
Dtmag5170.c45 #define TMAG5170_CONV_AVG_POS 12U macro
46 #define TMAG5170_CONV_AVG_MASK (BIT_MASK(3U) << TMAG5170_CONV_AVG_POS)
47 #define TMAG5170_CONV_AVG_SET(value) (((value) << TMAG5170_CONV_AVG_POS) &\