13#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_INA2XX_H_
14#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_INA2XX_H_
sensor_attribute_ina2xx
Extended sensor attributes for the INA2xx family.
Definition ina2xx.h:55
sensor_channel_ina2xx
Custom sensor channels for the INA2xx family.
Definition ina2xx.h:34
@ SENSOR_ATTR_ADC_CONFIGURATION
ADC configuration register value.
Definition ina2xx.h:62
@ SENSOR_CHAN_INA2XX_ENERGY
Accumulated energy, in joules.
Definition ina2xx.h:41
@ SENSOR_CHAN_INA2XX_CHARGE
Accumulated charge, in coulombs.
Definition ina2xx.h:49
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:443
@ SENSOR_CHAN_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:247
Main header file for sensor driver API.