Home
last modified time | relevance | path

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

/drivers/peripheral/sensor/chipset/temperature/
Dtemperature_sht30.h34 #define SHT30_TEMP_CRC8_POLYNOMIAL 0x31 macro
Dtemperature_sht30.c34 …((value << SHT30_TEMP_SHFIT_1_BIT) ^ SHT30_TEMP_CRC8_POLYNOMIAL) : (value << SHT30_TEMP_SHFIT_1_BI… in Sht30CalcCrc8()