Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/sensirion/shtcx/
Dshtcx.c84 uint32_t raw_len = num_words * (SHTCX_WORD_LEN + SHTCX_CRC8_LEN); in shtcx_read_words() local
99 status = i2c_read_dt(&cfg->i2c, rx_buf, raw_len); in shtcx_read_words()
105 for (int i = 0; i < raw_len; i += (SHTCX_WORD_LEN + SHTCX_CRC8_LEN)) { in shtcx_read_words()