zephyr/drivers/sensor/ti
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
..
bq274xx drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
fdc2x1x drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ina23x drivers: sensor: ti: ina230: Fix shared data between instances 2024-12-12 18:39:23 +01:00
ina219 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ina226 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ina3221 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
lm95234 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
opt3001 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ti_hdc drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ti_hdc20xx drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmag5170 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmag5273 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmp007 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmp108 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmp112 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmp114 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmp116 drivers: sensor: tmp116: support set sample frequency 2024-12-03 19:57:06 +01:00
tmp1075 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
CMakeLists.txt drivers: sensor: tmp1075: Add tmp1075 sensor driver and sample 2024-10-15 04:10:40 -04:00
Kconfig drivers: sensor: tmp1075: Add tmp1075 sensor driver and sample 2024-10-15 04:10:40 -04:00