zephyr/drivers/sensor/tmp108
Fabio Baltieri ec71be5d9d drivers,subsys: fix few missing k_work_delayable_from_work
Fix few instances of delayable work handlers using the k_work pointer
directly in a CONTAINER_OF pointing to a k_work_delayable.

This is harmless since the k_work is the first element in
k_work_delayable, but using k_work_delayable_from_work is the right way
of handling it.

Change a couple of explicit CONTAINER_OF doing the same work as the
macro in the process.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-08-28 10:12:21 +02:00
..
CMakeLists.txt
Kconfig drivers: sensor: add ams AS621x Temperature Sensor driver support 2022-10-07 10:01:47 +02:00
tmp108.c drivers: sensor: Refactor drivers to use SENSOR_DEVICE_DT_INST_DEFINE 2022-10-27 09:27:14 +00:00
tmp108.h drivers: sensor: tmp108: Store sensor trigger as a pointer 2023-04-08 18:38:02 +02:00
tmp108_trigger.c drivers,subsys: fix few missing k_work_delayable_from_work 2023-08-28 10:12:21 +02:00