Loading...
Searching...
No Matches

ADS101x/111x alert params. More...

Detailed Description

ADS101x/111x alert params.

Definition at line 67 of file ads1x1x.h.

#include <ads1x1x.h>

Data Fields

i2c_t i2c
 i2c device
 
uint8_t addr
 i2c address
 
uint8_t comp_mode
 Comparator mode.
 
uint8_t comp_polarity
 Comparator polarity.
 
uint8_t comp_latch
 Comparator latch.
 
uint8_t comp_queue
 Comparator queue.
 
gpio_t alert_pin
 alert pin (GPIO_UNDEF if not connected)
 
int16_t low_limit
 alert low value
 
int16_t high_limit
 alert high value
 

Field Documentation

◆ addr

uint8_t ads1x1x_alert_params::addr

i2c address

Definition at line 69 of file ads1x1x.h.

◆ alert_pin

gpio_t ads1x1x_alert_params::alert_pin

alert pin (GPIO_UNDEF if not connected)

Definition at line 74 of file ads1x1x.h.

◆ comp_latch

uint8_t ads1x1x_alert_params::comp_latch

Comparator latch.

Definition at line 72 of file ads1x1x.h.

◆ comp_mode

uint8_t ads1x1x_alert_params::comp_mode

Comparator mode.

Definition at line 70 of file ads1x1x.h.

◆ comp_polarity

uint8_t ads1x1x_alert_params::comp_polarity

Comparator polarity.

Definition at line 71 of file ads1x1x.h.

◆ comp_queue

uint8_t ads1x1x_alert_params::comp_queue

Comparator queue.

Definition at line 73 of file ads1x1x.h.

◆ high_limit

int16_t ads1x1x_alert_params::high_limit

alert high value

Definition at line 76 of file ads1x1x.h.

◆ i2c

i2c_t ads1x1x_alert_params::i2c

i2c device

Definition at line 68 of file ads1x1x.h.

◆ low_limit

int16_t ads1x1x_alert_params::low_limit

alert low value

Definition at line 75 of file ads1x1x.h.


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