Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/maxim/max31855/
Dmax31855.c19 #define THERMOCOUPLE_TEMPERATURE_POS 18 macro
72 temp = (temp >> THERMOCOUPLE_TEMPERATURE_POS) & 0x3fff; in max31855_channel_get()