Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 42) sorted by relevance

12

/samples/kernel/metairq_dispatch/src/
A Dmsgdev.h44 struct msg { struct
69 void message_dev_fetch(struct msg *m); argument
/samples/subsys/zbus/work_queue/src/
A Dmain.c40 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in fh1_cb() local
50 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in fh2_cb() local
60 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in fh3_cb() local
80 struct sensor_msg msg; in wq_dh_cb() local
136 struct sensor_msg msg; in thread_handler1_task() local
155 struct sensor_msg msg; in thread_handler2_task() local
174 struct sensor_msg msg; in thread_handler3_task() local
/samples/boards/nxp/adsp/rtxxx/amp_mbox/src/
A Dmain.c30 struct mbox_msg msg = {.data = &mbox_data, .size = sizeof(mbox_data)}; in main() local
/samples/modules/thrift/hello/server/src/
A DHelloHandler.h31 void echo(std::string &_return, const std::string &msg) in echo()
/samples/subsys/usb/webusb/src/
A Dmain.c26 const struct usbd_msg *const msg) in msg_cb()
/samples/subsys/zbus/dyn_channel/src/
A Dproducer.c18 void *msg; in producer_thread() local
/samples/subsys/zbus/runtime_obs_registration/src/
A Dmain.c22 const struct sensor_msg *msg = zbus_chan_const_msg(chan); in filter_callback() local
/samples/subsys/zbus/uart_bridge/
A Ddecoder.py44 channel_name, msg_size, msg = fetch_sentence() variable
/samples/subsys/usb/cdc_acm_bridge/src/
A Dmain.c30 static void sample_msg_cb(struct usbd_context *const ctx, const struct usbd_msg *msg) in sample_msg_cb()
/samples/modules/pmci/mctp/i2c_gpio_bus_endpoint/src/
A Dmain.c21 static void rx_message(uint8_t eid, bool tag_owner, uint8_t msg_tag, void *data, void *msg, in rx_message()
/samples/modules/pmci/mctp/endpoint/src/
A Dmain.c29 static void rx_message(uint8_t eid, bool tag_owner, uint8_t msg_tag, void *data, void *msg, in rx_message()
/samples/modules/pmci/mctp/host/src/
A Dmain.c25 static void rx_message(uint8_t eid, bool tag_owner, uint8_t msg_tag, void *data, void *msg, in rx_message()
/samples/modules/pmci/mctp/i2c_gpio_bus_owner/src/
A Dmain.c23 static void rx_message(uint8_t eid, bool tag_owner, uint8_t msg_tag, void *data, void *msg, in rx_message()
/samples/tfm_integration/tfm_secure_partition/dummy_partition/
A Ddummy_partition.c72 static psa_status_t tfm_dp_secret_digest_ipc(psa_msg_t *msg) in tfm_dp_secret_digest_ipc()
95 psa_msg_t msg; in dp_signal_handle() local
/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
A Ddevice_composition.c99 struct net_buf_simple *msg = model->pub->msg; in gen_onoff_publish() local
308 struct net_buf_simple *msg = model->pub->msg; in gen_level_publish() local
819 struct net_buf_simple *msg = model->pub->msg; in gen_def_trans_time_publish() local
925 struct net_buf_simple *msg = model->pub->msg; in gen_onpowerup_publish() local
1091 struct net_buf_simple *msg = model->pub->msg; in light_lightness_publish() local
1278 struct net_buf_simple *msg = model->pub->msg; in light_lightness_linear_publish() local
1493 struct net_buf_simple *msg = model->pub->msg; in light_lightness_default_publish() local
1553 struct net_buf_simple *msg = model->pub->msg; in light_lightness_range_publish() local
1740 struct net_buf_simple *msg = model->pub->msg; in light_ctl_publish() local
1971 struct net_buf_simple *msg = model->pub->msg; in light_ctl_default_publish() local
[all …]
/samples/drivers/mbox_data/remote/src/
A Dmain.c31 struct mbox_msg msg = {0}; in main() local
/samples/drivers/mbox_data/src/
A Dmain.c31 struct mbox_msg msg = {0}; in main() local
/samples/subsys/zbus/remote_mock/
A Dremote_mock.py48 channel_name, msg_size, msg = fetch_sentence(ser) variable
/samples/net/openthread/coap/src/
A Dled.c99 static int led_handler_get(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in led_handler_get()
120 static void led_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in led_handler()
158 static void coap_led_send_req_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_led_send_req_cb()
178 static void coap_led_get_state_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_led_get_state_cb()
A Dbutton.c37 static int btn_handler_get(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in btn_handler_get()
58 static void btn_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info) in btn_handler()
140 static void coap_btn_get_state_cb(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_btn_get_state_cb()
A Dcoap_utils.c35 otMessage *msg; in coap_req_send() local
187 int coap_req_handler(void *ctx, otMessage *msg, const otMessageInfo *msg_info, in coap_req_handler()
244 int coap_get_data(otMessage *msg, void *buf, int *len) in coap_get_data()
/samples/subsys/zbus/benchmark/src/
A Dbenchmark.c49 struct bm_msg msg = {{0}}; in producer_thread() local
/samples/net/mdns_responder/src/
A Dservice.c24 static const char msg[] = "Bonjour, Zephyr world!\n"; in welcome() local
/samples/posix/eventfd/src/
A Dmain.c15 #define fatal(msg) \ argument
/samples/net/sockets/echo_async/src/
A Dsocket_echo.c50 #define fatal(msg, ...) { \ argument
215 static char msg[] = "Too many connections\n"; in main() local

Completed in 62 milliseconds

12