Loading...
Searching...
No Matches
isl29125_params_t Struct Reference

Device parameters for ISL29125 sensors. More...

Detailed Description

Device parameters for ISL29125 sensors.

Definition at line 105 of file isl29125.h.

#include <isl29125.h>

Data Fields

i2c_t i2c
 I2C device the sensor is connected to.
 
gpio_t gpio
 GPIO pin for interrupt/sync mode.
 
isl29125_range_t range
 measurement range
 
isl29125_mode_t mode
 AD conversion mode.
 
isl29125_resolution_t res
 AD conversion resolution.
 

Field Documentation

◆ gpio

gpio_t isl29125_params_t::gpio

GPIO pin for interrupt/sync mode.

Definition at line 107 of file isl29125.h.

◆ i2c

i2c_t isl29125_params_t::i2c

I2C device the sensor is connected to.

Definition at line 106 of file isl29125.h.

◆ mode

isl29125_mode_t isl29125_params_t::mode

AD conversion mode.

Definition at line 109 of file isl29125.h.

◆ range

isl29125_range_t isl29125_params_t::range

measurement range

Definition at line 108 of file isl29125.h.

◆ res

isl29125_resolution_t isl29125_params_t::res

AD conversion resolution.

Definition at line 110 of file isl29125.h.


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