Loading...
Searching...
No Matches
tsl4531x_params_t Struct Reference

Device initialization parameters. More...

Detailed Description

Device initialization parameters.

Definition at line 84 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
 

Field Documentation

◆ i2c_addr

i2c_t tsl4531x_params_t::i2c_addr

I2C address of sensor.

Definition at line 86 of file tsl4531x.h.

◆ i2c_dev

i2c_t tsl4531x_params_t::i2c_dev

I2C device which is used.

Definition at line 85 of file tsl4531x.h.

◆ integration_time

tsl4531x_intgn_time_t tsl4531x_params_t::integration_time

integration time

Definition at line 87 of file tsl4531x.h.

◆ low_power_mode

uint8_t tsl4531x_params_t::low_power_mode

low power mode

Definition at line 88 of file tsl4531x.h.

◆ part_number

uint8_t tsl4531x_params_t::part_number

part number, according to variant

Definition at line 89 of file tsl4531x.h.


The documentation for this struct was generated from the following file: