Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ina2xx.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 Nova Dynamics LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_INA2XX_H_
14#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_INA2XX_H_
15
22
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
51
64
65#ifdef __cplusplus
66}
67#endif
68
72
73#endif /* 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.