/Zephyr-4.1.0/drivers/modem/ |
D | hl7800.c | 222 .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()
|
D | ublox-sara-r4.c | 186 const char *desc, const char *func) in modem_atoi() argument 194 func); in modem_atoi()
|
/Zephyr-4.1.0/doc/releases/ |
D | release-notes-2.5.rst | 47 * 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 …]
|
D | release-notes-2.4.rst | 62 * 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/ |
D | smp_bt.c | 456 .func = smp_notify_finished, in smp_bt_tx_pkt()
|
/Zephyr-4.1.0/kernel/ |
D | sched.c | 1474 int (*func)(struct k_thread *, void *), void *data) in z_sched_waitq_walk() 1488 status = func(thread, data); in z_sched_waitq_walk()
|
D | mmu.c | 1292 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/ |
D | mailboxes.rst | 119 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/ |
D | README.rst | 198 :c:func:`mmap`; however, using shell tools (like :command:`echo`) will treat
|
/Zephyr-4.1.0/doc/services/llext/ |
D | debug.rst | 9 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/ |
D | cap_initiator_unicast.c | 658 .func = exchange_cb, in exchange_mtu()
|
/Zephyr-4.1.0/include/zephyr/bluetooth/audio/ |
D | audio.h | 766 bool (*func)(struct bt_data *data, void *user_data), void *user_data);
|
/Zephyr-4.1.0/doc/services/mem_mgmt/ |
D | index.rst | 189 :c:func:`mem_attr_heap_pool_init`.
|
/Zephyr-4.1.0/subsys/bluetooth/host/ |
D | cs.c | 1312 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()
|
D | adv.c | 262 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()
|
D | iso.c | 491 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()
|
D | smp.c | 297 .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/ |
D | ots_oacp.c | 661 ots->oacp_ind.params.func = oacp_ind_cb; in oacp_ind_send()
|
/Zephyr-4.1.0/samples/bluetooth/central_otc/src/ |
D | main.c | 520 discover_params.func = discover_func; in connected()
|
/Zephyr-4.1.0/include/zephyr/bluetooth/ |
D | conn.h | 705 void (*func)(struct bt_conn *conn, void *data),
|
/Zephyr-4.1.0/doc/services/input/ |
D | gpio-kbd.rst | 200 :c:func:`input_kbd_matrix_actual_key_mask_set` API.
|
/Zephyr-4.1.0/doc/connectivity/networking/ |
D | qemu_setup.rst | 164 gateway by calling the :c:func:`net_if_ipv4_set_gw` at runtime.
|
/Zephyr-4.1.0/subsys/bluetooth/audio/shell/ |
D | audio.h | 156 void bap_foreach_stream(void (*func)(struct shell_stream *sh_stream, void *data), void *data);
|
/Zephyr-4.1.0/doc/connectivity/bluetooth/api/mesh/ |
D | dfu.rst | 224 :c:func:`bt_mesh_comp_change_prepare` and :c:func:`bt_mesh_models_metadata_change_prepare` to
|
/Zephyr-4.1.0/doc/develop/west/ |
D | west-apis.rst | 298 should be initialized with :py:func:`west.configuration.read_config` before
|