28 #ifndef SRC_TLX493D_TLV_A1B6_DRIVER_TLV_A1B6_DRIVER_H_ 29 #define SRC_TLX493D_TLV_A1B6_DRIVER_TLV_A1B6_DRIVER_H_ 41 uint8_t FactSet1, FactSet2, FactSet3;
Define the registers addresses and the positions and masks of the variables from the registers...
int32_t TLV493D_A1B6_write_regs(uint8_t addr, TLV493D_regmap_write_t *regmap, const TLV493D_regmap_read_t *regmap_check)
Write the register data from regmap to the sensor registers.
Definition: TLV_A1B6_driver.c:38
Data structure describing the TLV493D write registers.
Definition: TLV_A1B6_driver.h:45
Data structure describing the TLV493D read registers.
Definition: TLV_A1B6_driver.h:36
Generic Library interface to the peripheral drivers.
int32_t TLV493D_A1B6_read_regs(uint8_t addr, TLV493D_regmap_read_t *regmap, uint8_t upto)
Read register values from the sensor, starting with the register at address 0 up to register upto...
Definition: TLV_A1B6_driver.c:28