zephyr/drivers/sensor/wsen_hids
Maureen Helm cb28e8321e drivers: sensor: wsen_hids: Store sensor trigger as a pointer
Fixes the wsen_hids sensor driver to store the user-supplied sensor
trigger as a pointer rather than a copy. This enables the trigger
handler to use CONTAINER_OF to retrieve a context pointer when the
trigger is embedded in a larger struct.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
2023-04-08 18:38:02 +02:00
..
CMakeLists.txt
Kconfig
wsen_hids.c
wsen_hids.h
wsen_hids_trigger.c