Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/tmag5170/
Dtmag5170.c85 #define TMAG5170_Z_RANGE_POS 4U macro
86 #define TMAG5170_Z_RANGE_MASK (BIT_MASK(2U) << TMAG5170_Z_RANGE_POS)
87 #define TMAG5170_Z_RANGE_SET(value) (((value) << TMAG5170_Z_RANGE_POS) &\