Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 25 of 28) sorted by relevance

12

/samples/subsys/zbus/work_queue/
A Dsample.yaml15 - "I: Sensor msg processed by WORK QUEUE handler dh1: temp = 10, press = 1, humidity = 100"
16 - "I: Sensor msg processed by WORK QUEUE handler dh2: temp = 10, press = 1, humidity = 100"
17 - "I: Sensor msg processed by WORK QUEUE handler dh3: temp = 10, press = 1, humidity = 100"
18 - "I: Sensor msg processed by THREAD handler 1: temp = 10, press = 1, humidity = 100"
19 - "I: Sensor msg processed by THREAD handler 2: temp = 10, press = 1, humidity = 100"
20 - "I: Sensor msg processed by THREAD handler 3: temp = 10, press = 1, humidity = 100"
24 - "I: Sensor msg processed by WORK QUEUE handler dh1: temp = 20, press = 2, humidity = 200"
25 - "I: Sensor msg processed by WORK QUEUE handler dh2: temp = 20, press = 2, humidity = 200"
27 - "I: Sensor msg processed by THREAD handler 1: temp = 20, press = 2, humidity = 200"
28 - "I: Sensor msg processed by THREAD handler 2: temp = 20, press = 2, humidity = 200"
[all …]
A DREADME.rst31 I: Sensor msg processed by WORK QUEUE handler dh1: temp = 10, press = 1, humidity = 100
32 I: Sensor msg processed by WORK QUEUE handler dh2: temp = 10, press = 1, humidity = 100
34 I: Sensor msg processed by THREAD handler 1: temp = 10, press = 1, humidity = 100
35 I: Sensor msg processed by THREAD handler 2: temp = 10, press = 1, humidity = 100
36 I: Sensor msg processed by THREAD handler 3: temp = 10, press = 1, humidity = 100
43 I: Sensor msg processed by THREAD handler 1: temp = 20, press = 2, humidity = 200
44 I: Sensor msg processed by THREAD handler 2: temp = 20, press = 2, humidity = 200
45 I: Sensor msg processed by THREAD handler 3: temp = 20, press = 2, humidity = 200
52 I: Sensor msg processed by THREAD handler 1: temp = 30, press = 3, humidity = 300
53 I: Sensor msg processed by THREAD handler 2: temp = 30, press = 3, humidity = 300
[all …]
/samples/subsys/logging/logger/src/
A Dext_log_system.c11 void ext_log_handler_set(ext_log_handler handler)
13 log_handler = handler;
A Dext_log_system.h31 void ext_log_handler_set(ext_log_handler handler);
/samples/bluetooth/st_ble_sensor/src/
A Dbutton_svc.h20 int button_init(gpio_callback_handler_t handler);
A Dbutton_svc.c28 int button_init(gpio_callback_handler_t handler) in button_init() argument
46 gpio_init_callback(&gpio_cb, handler, BIT(button.pin)); in button_init()
/samples/subsys/settings/
A DREADME.rst52 subtree <alpha> handler registered: OK
53 subtree <alpha/beta> has static handler
63 loading all settings under <beta> handler is done
64 loading all settings under <alpha> handler is done
70 loading all settings under <beta> handler is done
73 export keys under <beta> handler
74 export keys under <alpha> handler
77 export keys under <beta> handler
78 export keys under <alpha> handler
A Dsample.yaml26 - "subtree <alpha> handler registered: OK"
/samples/net/openthread/coap/src/
A Dcoap_utils.h24 otCoapResponseHandler handler, void *ctx);
26 otCoapResponseHandler handler, void *ctx);
A Dcoap_utils.c32 otCoapResponseHandler handler, void *ctx, otCoapCode code) in coap_req_send() argument
79 err = otCoapSendRequest(ot, msg, &msg_info, handler, ctx); in coap_req_send()
94 otCoapResponseHandler handler, void *ctx) in coap_put_req_send() argument
96 return coap_req_send(addr, uri, buf, len, handler, ctx, OT_COAP_CODE_PUT); in coap_put_req_send()
100 otCoapResponseHandler handler, void *ctx) in coap_get_req_send() argument
102 return coap_req_send(addr, uri, buf, len, handler, ctx, OT_COAP_CODE_GET); in coap_get_req_send()
/samples/net/ipv4_autoconf/src/
A Dmain.c27 static void handler(struct net_mgmt_event_callback *cb, in handler() function
67 net_mgmt_init_event_callback(&mgmt_cb, handler, in main()
/samples/sensor/sensor_shell/src/
A Dfake_sensor.c76 sensor_trigger_handler_t handler) in trigger_set() argument
79 (handler == NULL) ? "off" : "on", dev, trig->chan, trig->type, handler); in trigger_set()
/samples/net/secure_mqtt_sensor_actuator/src/
A Ddevice.h33 void (*handler)(); member
A Ddevice.c49 return device_commands[i].handler(); in device_command_handler()
/samples/modules/thrift/hello/server/src/
A Dmain.cpp74 std::shared_ptr<HelloHandler> handler(new HelloHandler()); in main() local
75 std::shared_ptr<TProcessor> processor(new HelloProcessor(handler)); in main()
/samples/net/dhcpv4_client/src/
A Dmain.c40 static void handler(struct net_mgmt_event_callback *cb, in handler() function
90 net_mgmt_init_event_callback(&mgmt_cb, handler, in main()
/samples/boards/nordic/nrfx/src/
A Dmain.c78 .handler = button_handler, in main()
/samples/subsys/shell/shell_module/src/
A Ddynamic_cmd.c148 entry->handler = NULL; in dynamic_cmd_get()
/samples/boards/nordic/nrfx_prs/src/
A Dmain.c64 gpio_callback_handler_t handler; in init_buttons() member
106 btn->handler, BIT(btn->gpio.pin)); in init_buttons()
/samples/net/ipv4_autoconf/
A DREADME.rst62 [ipv4ll] [INF] handler: Your address: 169.254.218.128
/samples/drivers/counter/maxim_ds3231/src/
A Dmain.c306 sec_alarm.handler = sec_alarm_handler; in main()
318 min_alarm.handler = min_alarm_handler; in main()
/samples/boards/nordic/nrfx/
A DREADME.rst18 Zephyr GPIO driver is disabled to prevent it from registering its own handler
/samples/drivers/ipm/ipm_imx/
A DREADME.rst23 and blocking sending of the data back is done in the interrupt handler, which
/samples/boards/nordic/nrf53_sync_rtc/
A DREADME.rst16 core. In the context of the IPC interrupt handler, network core is logging timestamp
/samples/basic/button/
A DREADME.rst113 the serial console. When the input button gets pressed, the interrupt handler

Completed in 734 milliseconds

12