Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

TI INA2xx current/power monitor family. More...

Files

file  ina2xx.h
 Extended public API for the INA2xx family of current/power monitors.

Enumerations

enum  sensor_channel_ina2xx { SENSOR_CHAN_INA2XX_ENERGY = SENSOR_CHAN_PRIV_START , SENSOR_CHAN_INA2XX_CHARGE }
 Custom sensor channels for the INA2xx family. More...
enum  sensor_attribute_ina2xx { SENSOR_ATTR_ADC_CONFIGURATION = SENSOR_ATTR_PRIV_START }
 Extended sensor attributes for the INA2xx family. More...

Detailed Description

TI INA2xx current/power monitor family.

Enumeration Type Documentation

◆ sensor_attribute_ina2xx

#include <zephyr/drivers/sensor/ina2xx.h>

Extended sensor attributes for the INA2xx family.

Enumerator
SENSOR_ATTR_ADC_CONFIGURATION 

ADC configuration register value.

◆ sensor_channel_ina2xx

#include <zephyr/drivers/sensor/ina2xx.h>

Custom sensor channels for the INA2xx family.

Available only on device variants that expose the corresponding register (for example, INA228).

Enumerator
SENSOR_CHAN_INA2XX_ENERGY 

Accumulated energy, in joules.

SENSOR_CHAN_INA2XX_CHARGE 

Accumulated charge, in coulombs.