26 #ifndef SRC_TLX493D_TLE_AW2B6_DRIVER_TLE_AW2B6_DRIVER_H_ 27 #define SRC_TLX493D_TLE_AW2B6_DRIVER_TLE_AW2B6_DRIVER_H_ int32_t TLE493D_AW2B6_read_regs(uint8_t addr, TLE493D_regmap_t *regmap, uint8_t upto)
Read register values from the sensor, starting with the register at address 0 up to register upto ...
Definition: TLE_AW2B6_driver.c:33
int32_t TLE493D_AW2B6_write_reg_multi(uint8_t addr, uint8_t addr_reg_start, uint8_t *data, uint8_t count)
Write count bytes from the data array to the sensor with the I2C address addr, starting with the regi...
Definition: TLE_AW2B6_driver.c:63
int32_t TLE493D_AW2B6_write_reg(uint8_t i2c_addr, uint8_t reg_addr, uint8_t data)
Write the data value to the reg_addr register on the sensor with the I2C address i2c_addr.
Definition: TLE_AW2B6_driver.c:50
Define the registers addresses and the positions and masks of the variables from the registers...
Internal registers of the TLE493D sensor family.
Definition: TLE_AW2B6_defines.h:246