Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_accel.c166 ret = bmi08x_accel_byte_read(dev, 0x7F, &val); in bmi08x_bus_init_spi()
224 int bmi08x_accel_byte_read(const struct device *dev, uint8_t reg_addr, uint8_t *byte) in bmi08x_accel_byte_read() function
261 ret = bmi08x_accel_byte_read(dev, reg_addr, &old_val); in bmi08x_accel_reg_field_update()
595 ret = bmi08x_accel_byte_read(dev, BMI08X_REG_ACCEL_INTERNAL_STAT, &val); in bmi08x_apply_sync_binary_config()
662 ret = bmi08x_accel_byte_read(dev, BMI08X_REG_ACCEL_CHIP_ID, &val); in bmi08x_accel_init()
Dbmi08x.h556 int bmi08x_accel_byte_read(const struct device *dev, uint8_t reg_addr, uint8_t *byte);