Device descriptor. More...
Device descriptor.
Definition at line 94 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 | high_power_mode_started_up: 1 | 
| high power mode started up flag   | |
| uint32_t | sample_start_time | 
| sample start time   | |
| uint8_t tsl4531x_t::high_power_mode_started_up | 
high power mode started up flag
Definition at line 99 of file tsl4531x.h.
| i2c_t tsl4531x_t::i2c_addr | 
I2C address of sensor.
Definition at line 96 of file tsl4531x.h.
| i2c_t tsl4531x_t::i2c_dev | 
I2C device which is used.
Definition at line 95 of file tsl4531x.h.
| tsl4531x_intgn_time_t tsl4531x_t::integration_time | 
integration time
Definition at line 97 of file tsl4531x.h.
| uint8_t tsl4531x_t::low_power_mode | 
low power mode
Definition at line 98 of file tsl4531x.h.
| uint32_t tsl4531x_t::sample_start_time | 
sample start time
Definition at line 100 of file tsl4531x.h.