Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/sensirion/shtcx/
Dshtcx.c85 uint16_t temp16; in shtcx_read_words() local
106 temp16 = sys_get_be16(&rx_buf[i]); in shtcx_read_words()
107 if (shtcx_compute_crc(temp16) != rx_buf[i+2]) { in shtcx_read_words()
112 data[dst++] = temp16; in shtcx_read_words()