Device initialization parameters. More...
Device initialization parameters.
Definition at line 83 of file tsl4531x.h.
#include <tsl4531x.h>
Data Fields | |
| i2c_t | i2c_dev | 
| I2C device which is used.   | |
| i2c_t | i2c_addr | 
| I2C address of sensor.   | |
| tsl4531x_intgn_time_t | integration_time | 
| integration time   | |
| uint8_t | low_power_mode: 1 | 
| low power mode   | |
| uint8_t | part_number | 
| part number, according to variant   | |
| i2c_t tsl4531x_params_t::i2c_addr | 
I2C address of sensor.
Definition at line 85 of file tsl4531x.h.
| i2c_t tsl4531x_params_t::i2c_dev | 
I2C device which is used.
Definition at line 84 of file tsl4531x.h.
| tsl4531x_intgn_time_t tsl4531x_params_t::integration_time | 
integration time
Definition at line 86 of file tsl4531x.h.
| uint8_t tsl4531x_params_t::low_power_mode | 
low power mode
Definition at line 87 of file tsl4531x.h.
| uint8_t tsl4531x_params_t::part_number | 
part number, according to variant
Definition at line 88 of file tsl4531x.h.