Searched refs:sensor_msg (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-4.1.0/samples/subsys/zbus/work_queue/src/ |
| D | main.c | 27 struct sensor_msg, /* Message type */ 40 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in fh1_cb() 50 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in fh2_cb() 60 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in fh3_cb() 80 struct sensor_msg msg; in wq_dh_cb() 136 struct sensor_msg msg; in thread_handler1_task() 155 struct sensor_msg msg; in thread_handler2_task() 174 struct sensor_msg msg; in thread_handler3_task()
|
| D | messages.h | 15 struct sensor_msg { struct
|
| D | sensors.c | 15 struct sensor_msg sm = {0}; in peripheral_thread()
|
| /Zephyr-4.1.0/samples/subsys/zbus/runtime_obs_registration/src/ |
| D | main.c | 15 ZBUS_CHAN_DEFINE(processed_data_chan, struct sensor_msg, NULL, NULL, ZBUS_OBSERVERS(consumer_sub), 22 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in filter_callback() 23 struct sensor_msg proc_msg = {0}; in filter_callback()
|
| D | producer.c | 11 ZBUS_CHAN_DEFINE(raw_data_chan, struct sensor_msg, NULL, NULL, ZBUS_OBSERVERS_EMPTY, 18 struct sensor_msg acc = {0}; in producer_thread()
|
| D | messages.h | 11 struct sensor_msg { struct
|
| D | consumer.c | 18 struct sensor_msg acc; in consumer_subscriber_thread()
|