Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 25 of 40) sorted by relevance

12

/samples/drivers/mbox/remote/src/
A Dmain.c16 static void callback(const struct device *dev, mbox_channel_id_t channel_id, in callback() function
34 ret = mbox_register_callback_dt(&rx_channel, callback, NULL); in main()
/samples/drivers/mbox/src/
A Dmain.c12 static void callback(const struct device *dev, mbox_channel_id_t channel_id, in callback() function
30 ret = mbox_register_callback_dt(&rx_channel, callback, NULL); in main()
/samples/drivers/can/babbling/src/
A Dmain.c20 struct gpio_callback callback; member
28 CONTAINER_OF(cb, struct button_callback_context, callback); in button_callback()
94 gpio_init_callback(&btn_cb_ctx.callback, button_callback, BIT(btn.pin)); in main()
95 gpio_add_callback(btn.port, &btn_cb_ctx.callback); in main()
/samples/drivers/mbox_data/remote/src/
A Dmain.c18 static void callback(const struct device *dev, mbox_channel_id_t channel_id, void *user_data, in callback() function
43 if (mbox_register_callback_dt(&rx_channel, callback, NULL)) { in main()
/samples/drivers/mbox_data/src/
A Dmain.c18 static void callback(const struct device *dev, mbox_channel_id_t channel_id, void *user_data, in callback() function
43 if (mbox_register_callback_dt(&rx_channel, callback, NULL)) { in main()
/samples/drivers/sent/src/
A Dmain.c56 .callback = rx_serial_frame_cb,
63 .callback = rx_fast_frame_cb,
/samples/bluetooth/peripheral_hids/
A DKconfig10 Enable the passkey authentication callback and register the GATT
/samples/drivers/psi5/src/
A Dmain.c55 .callback = rx_serial_frame_cb,
62 .callback = rx_data_frame_cb,
/samples/drivers/rtc/boards/
A Dqemu_x86.overlay10 * operation and the update callback.
A Dqemu_x86_64.overlay10 * operation and the update callback.
/samples/drivers/watchdog/src/
A Dmain.c110 wdt_config.callback = wdt_callback; in main()
121 wdt_config.callback = NULL; in main()
/samples/boards/espressif/xt_wdt/src/
A Dmain.c52 .callback = wdt_callback, in main()
/samples/tfm_integration/tfm_secure_partition/dummy_partition/
A Ddummy_partition.c33 psa_write_callback_t callback, void *handle) in tfm_dp_secret_digest() argument
59 callback(handle, digest, digest_size); in tfm_dp_secret_digest()
/samples/subsys/task_wdt/
A Dsample.yaml15 - "Task watchdog channel 1 callback, thread: control"
A DREADME.rst48 Task watchdog channel 1 callback, thread: control
/samples/net/tftp_client/src/
A Dtftp-client.c59 client.callback = tftp_event_callback; in tftp_init()
/samples/drivers/watchdog/
A DREADME.rst18 In this sample, a watchdog callback is used to handle a timeout event once. This functionality is u…
46 Attempting to test pre-reset callback
/samples/subsys/rtio/producer_consumer/
A DREADME.rst12 is a k_timer generating cycle accurate timestamps of when the timer callback ran
/samples/drivers/adc/adc_dt/boards/
A Dmr_canhubk3.overlay17 callback-select = "normal-end-chain";
A Ds32z2xxdc2_s32z270_rtu0.overlay18 callback-select = "normal-end-chain";
/samples/drivers/counter/maxim_ds3231/
A DREADME.rst87 application at 7.002 s into the run, as scheduled (plus callback
88 latency). The callback uses the counter alarm API to schedule a second
93 The counter API callback is called at the correct time::
95 Counter callback at 17001 ms, id 0, ticks 1563516017, ud 0x20000048
/samples/sensor/tmp108/
A DKconfig17 One shot requires a callback to be invoked after the tmp108 has
/samples/subsys/shell/shell_module/
A DREADME.rst27 Set a Bypass callback
28 ``bypass`` implements the bypass callback.
/samples/bluetooth/hci_uart_async/src/
A Dhci_uart_async.c319 void callback(const struct device *dev, struct uart_event *evt, void *user_data) in callback() function
347 err = uart_callback_set(hci_uart_dev, callback, NULL); in hci_uart_init()
/samples/subsys/lorawan/fuota/
A DREADME.rst20 via a callback and can reboot the device into MCUboot to apply the upgrade.

Completed in 55 milliseconds

12