Searched refs:start_reg (Results 1 – 2 of 2) sorted by relevance
20 uint8_t start_reg = msgs[0].buf[0]; in bmi160_i2c_is_touching_reg() local22 return (start_reg <= reg) && (reg < start_reg + msgs[1].len); in bmi160_i2c_is_touching_reg()31 uint32_t start_reg = ((uint8_t *)(tx->buf))[0] & BMI160_REG_MASK; in bmi160_spi_is_touching_reg() local33 return (start_reg <= reg) && (reg < start_reg + tx_data->len); in bmi160_spi_is_touching_reg()
39 uint8_t start_reg = msgs[0].buf[0]; in emul_bmi160_i2c_is_touching_reg() local42 return (start_reg <= reg) && (reg < start_reg + read_len); in emul_bmi160_i2c_is_touching_reg()