Home
last modified time | relevance | path

Searched refs:func (Results 476 – 500 of 513) sorted by relevance

1...<<1112131415161718192021

/Zephyr-4.1.0/drivers/modem/
Dhl7800.c222 .func = on_cmd_##cb_ \
545 bool (*func)(struct net_buf **buf, uint16_t len); member
872 void mdm_hl7800_register_wake_test_point_callback(void (*func)(int state)) in mdm_hl7800_register_wake_test_point_callback()
874 iface_ctx.wake_up_callback = func; in mdm_hl7800_register_wake_test_point_callback()
877 void mdm_hl7800_register_gpio6_callback(void (*func)(int state)) in mdm_hl7800_register_gpio6_callback()
879 iface_ctx.gpio6_callback = func; in mdm_hl7800_register_gpio6_callback()
882 void mdm_hl7800_register_cts_callback(void (*func)(int state)) in mdm_hl7800_register_cts_callback()
884 iface_ctx.cts_callback = func; in mdm_hl7800_register_cts_callback()
4812 if (handlers[i].func) { in hl7800_rx()
4814 handlers[i].func( in hl7800_rx()
Dublox-sara-r4.c186 const char *desc, const char *func) in modem_atoi() argument
194 func); in modem_atoi()
/Zephyr-4.1.0/doc/releases/
Drelease-notes-2.5.rst47 * The :c:func:`lwm2m_rd_client_start` function now accepts an additional
59 * The :c:func:`clock_control_async_on` function will now take ``callback`` and
63 * The :c:func:`mqtt_keepalive_time_left` function now returns -1 if keep alive
70 * The :c:func:`coap_pending_init` function now accepts an additional ``retries``
77 * The :c:func:`coap_packet_append_payload` function will now take a pointer to a
81 * The :c:func:`coap_packet_init` function will now take a pointer to a constant
92 :c:func:`fs_file_t_init` before their first use.
95 :c:func:`fs_dir_t_init` before their first use.
110 * Deprecated the :c:func:`bt_set_id_addr` function, use :c:func:`bt_id_create`
111 before calling :c:func:`bt_enable` instead. When ``CONFIG_PRIVACY`` is
[all …]
Drelease-notes-2.4.rst62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if
70 :c:type:`uart_irq_callback_t` has been removed. :c:func:`uart_callback_set`,
71 :c:func:`uart_irq_callback_user_data_set` and :c:func:`uart_irq_callback_set`
82 pointer as first parameter. :c:func:`ipm_register_callback` user code have
86 * The :c:func:`fs_open` function now accepts open flags that are passed as
106 * ``<include/bluetooth/gatt.h>`` callback :c:func:`bt_gatt_attr_func_t` used by
107 :c:func:`bt_gatt_foreach_attr` and :c:func:`bt_gatt_foreach_attr_type` has
/Zephyr-4.1.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c456 .func = smp_notify_finished, in smp_bt_tx_pkt()
/Zephyr-4.1.0/kernel/
Dsched.c1474 int (*func)(struct k_thread *, void *), void *data) in z_sched_waitq_walk()
1488 status = func(thread, data); in z_sched_waitq_walk()
Dmmu.c1292 void (*func)(void *)) in virt_region_foreach()
1297 func((uint8_t *)addr + offset); in virt_region_foreach()
/Zephyr-4.1.0/doc/kernel/services/data_passing/
Dmailboxes.rst119 It must then be initialized by calling :c:func:`k_mbox_init`.
418 wants to retrieve the data, the thread must call :c:func:`k_mbox_data_get`
423 want to retrieve the data, the thread must call :c:func:`k_mbox_data_get`
/Zephyr-4.1.0/samples/drivers/virtualization/ivshmem/doorbell/
DREADME.rst198 :c:func:`mmap`; however, using shell tools (like :command:`echo`) will treat
/Zephyr-4.1.0/doc/services/llext/
Ddebug.rst9 dynamically relocated by :c:func:`llext_load` at runtime, so even if the
47 4. Set a breakpoint just after the :c:func:`llext_load` function in your code
/Zephyr-4.1.0/samples/bluetooth/cap_initiator/src/
Dcap_initiator_unicast.c658 .func = exchange_cb, in exchange_mtu()
/Zephyr-4.1.0/include/zephyr/bluetooth/audio/
Daudio.h766 bool (*func)(struct bt_data *data, void *user_data), void *user_data);
/Zephyr-4.1.0/doc/services/mem_mgmt/
Dindex.rst189 :c:func:`mem_attr_heap_pool_init`.
/Zephyr-4.1.0/subsys/bluetooth/host/
Dcs.c1312 bool (*func)(struct bt_le_cs_subevent_step *step, void *user_data), in bt_le_cs_step_data_parse()
1339 if (!func(&step, user_data)) { in bt_le_cs_step_data_parse()
Dadv.c262 void bt_le_ext_adv_foreach(void (*func)(struct bt_le_ext_adv *adv, void *data), in bt_le_ext_adv_foreach()
268 func(&adv_pool[i], data); in bt_le_ext_adv_foreach()
272 func(&bt_dev.adv, data); in bt_le_ext_adv_foreach()
Diso.c491 const char *func, int line) in bt_iso_chan_set_state_debug() argument
505 LOG_WRN("%s()%d: invalid transition", func, line); in bt_iso_chan_set_state_debug()
510 LOG_WRN("%s()%d: invalid transition", func, line); in bt_iso_chan_set_state_debug()
516 LOG_WRN("%s()%d: invalid transition", func, line); in bt_iso_chan_set_state_debug()
520 LOG_ERR("%s()%d: unknown (%u) state was set", func, line, state); in bt_iso_chan_set_state_debug()
Dsmp.c297 .func = bt_smp_pkey_ready,
1476 uint8_t (*func)(struct bt_smp_br *smp, struct net_buf *buf); member
1548 !br_handlers[hdr->code].func) { in bt_smp_br_recv()
1566 err = br_handlers[hdr->code].func(smp, buf); in bt_smp_br_recv()
4585 uint8_t (*func)(struct bt_smp *smp, struct net_buf *buf); member
4644 if (!handlers[hdr->code].func) { in bt_smp_recv()
4665 err = handlers[hdr->code].func(smp, buf); in bt_smp_recv()
/Zephyr-4.1.0/subsys/bluetooth/services/ots/
Dots_oacp.c661 ots->oacp_ind.params.func = oacp_ind_cb; in oacp_ind_send()
/Zephyr-4.1.0/samples/bluetooth/central_otc/src/
Dmain.c520 discover_params.func = discover_func; in connected()
/Zephyr-4.1.0/include/zephyr/bluetooth/
Dconn.h705 void (*func)(struct bt_conn *conn, void *data),
/Zephyr-4.1.0/doc/services/input/
Dgpio-kbd.rst200 :c:func:`input_kbd_matrix_actual_key_mask_set` API.
/Zephyr-4.1.0/doc/connectivity/networking/
Dqemu_setup.rst164 gateway by calling the :c:func:`net_if_ipv4_set_gw` at runtime.
/Zephyr-4.1.0/subsys/bluetooth/audio/shell/
Daudio.h156 void bap_foreach_stream(void (*func)(struct shell_stream *sh_stream, void *data), void *data);
/Zephyr-4.1.0/doc/connectivity/bluetooth/api/mesh/
Ddfu.rst224 :c:func:`bt_mesh_comp_change_prepare` and :c:func:`bt_mesh_models_metadata_change_prepare` to
/Zephyr-4.1.0/doc/develop/west/
Dwest-apis.rst298 should be initialized with :py:func:`west.configuration.read_config` before

1...<<1112131415161718192021