Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ist8310/
Dist8310.c23 static inline int ist8310_reg_read(const struct device *dev, uint8_t start, uint8_t *buf, int size) in ist8310_reg_read() function
43 if (ist8310_reg_read(dev, IST8310_STATUS_REGISTER1, (uint8_t *)buff, 1) < 0) { in ist8310_sample_fetch()
57 if (ist8310_reg_read(dev, IST8310_OUTPUT_VALUE_X_L, (uint8_t *)buff, 6) < 0) { in ist8310_sample_fetch()
111 if (ist8310_reg_read(dev, IST8310_WHO_AM_I, &reg, 1) < 0) { in ist8310_init_chip()
116 if (ist8310_reg_read(dev, IST8310_WHO_AM_I, &reg, 1) < 0) { in ist8310_init_chip()
121 if (ist8310_reg_read(dev, IST8310_WHO_AM_I, &reg, 1) < 0) { in ist8310_init_chip()
131 if (ist8310_reg_read(dev, IST8310_CONTROL_REGISTER2, &reg, 1) < 0) { in ist8310_init_chip()
145 if (ist8310_reg_read(dev, IST8310_CONTROL_REGISTER3, &reg, 1) < 0) { in ist8310_init_chip()