Searched refs:tx_buf_pos (Results 1 – 1 of 1) sorted by relevance
78 uint8_t tx_buf_pos = 2; in scd4x_write_reg() local81 sys_put_be16(data[i], &tx_buf[tx_buf_pos]); in scd4x_write_reg()82 tx_buf_pos += 2; in scd4x_write_reg()83 tx_buf[tx_buf_pos++] = scd4x_calc_crc(data[i]); in scd4x_write_reg()