Home
last modified time | relevance | path

Searched refs:sensor_wq_info (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/subsys/zbus/work_queue/src/
Dmain.c68 struct sensor_wq_info { struct
74 static struct sensor_wq_info wq_handler1 = {.handle = 1}; argument
75 static struct sensor_wq_info wq_handler2 = {.handle = 2};
76 static struct sensor_wq_info wq_handler3 = {.handle = 3};
81 struct sensor_wq_info *sens = CONTAINER_OF(item, struct sensor_wq_info, work); in wq_dh_cb()