zephyr/drivers/sensor/ti/ina23x
Tomáš Juřena 96eb476d5d drivers: sensor: ti: ina230: Fix shared data between instances
This commit fixes a shared context between multiple instances of the
INA230 and INA236 driver. The issue is the naming of the instance data in
`INA230_DRIVER_INIT` macro when we have one instance of INA230 and one
of INA236 the name of the data variable will be `drv_data_0`. This
variable will then be passed to both instances.

Signed-off-by: Tomáš Juřena <jurenatomas@gmail.com>
2024-12-12 18:39:23 +01:00
..
CMakeLists.txt
ina23x_common.c
ina23x_common.h
ina23x_trigger.c
ina23x_trigger.h
ina230_trigger.c
ina230.c drivers: sensor: ti: ina230: Fix shared data between instances 2024-12-12 18:39:23 +01:00
ina230.h
ina237.c drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ina237.h
Kconfig drivers: sensor: ti: ina230: Fix dts warning if INA230_TRIGGER enabled 2024-11-27 08:18:57 +01:00