Zephyr API Documentation 4.2.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
7#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_INA2XX_H_
8#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_INA2XX_H_
9
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
26
31
32#ifdef __cplusplus
33}
34#endif
35
36#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_INA2XX_H_ */
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:376
@ SENSOR_CHAN_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:221
sensor_attribute_ina2xx
Definition ina2xx.h:27
@ SENSOR_ATTR_ADC_CONFIGURATION
ADC configuration.
Definition ina2xx.h:29
sensor_channel_ina2xx
INA2XX extra sensor channels.
Definition ina2xx.h:19
@ SENSOR_CHAN_INA2XX_ENERGY
Accumulated energy, in Joules.
Definition ina2xx.h:21
@ SENSOR_CHAN_INA2XX_CHARGE
Accumulated charge, in Coulombs.
Definition ina2xx.h:24
Main header file for sensor driver API.