Home
last modified time | relevance | path

Searched refs:func (Results 276 – 300 of 513) sorted by relevance

1...<<1112131415161718192021

/Zephyr-4.1.0/subsys/bluetooth/audio/
Dtmap.c122 read_params[conn_id].func = tmap_char_read; in discover_func()
241 discover_params[conn_id].func = discover_func; in bt_tmap_discover()
Dmcc.c1518 mcs_inst->discover_params.func = discover_otc_char_func; in discover_include_func()
1547 mcs_inst->discover_params.func = discover_include_func; in discover_included()
2041 mcs_inst->discover_params.func = discover_mcs_char_func; in discover_primary_func()
2123 mcs_inst->discover_params.func = discover_primary_func; in bt_mcc_discover_mcs()
2167 mcs_inst->read_params.func = mcc_read_player_name_cb; in bt_mcc_read_player_name()
2206 mcs_inst->read_params.func = mcc_read_icon_obj_id_cb; in bt_mcc_read_icon_obj_id()
2246 mcs_inst->read_params.func = mcc_read_icon_url_cb; in bt_mcc_read_icon_url()
2286 mcs_inst->read_params.func = mcc_read_track_title_cb; in bt_mcc_read_track_title()
2326 mcs_inst->read_params.func = mcc_read_track_duration_cb; in bt_mcc_read_track_duration()
2366 mcs_inst->read_params.func = mcc_read_track_position_cb; in bt_mcc_read_track_position()
[all …]
Dvocs_client.c280 inst->read_params.func = internal_read_volume_offset_state_cb; in vocs_client_write_vocs_cp_cb()
464 inst->read_params.func = vocs_client_read_offset_state_cb; in bt_vocs_client_state_get()
535 inst->read_params.func = vocs_client_read_location_cb; in bt_vocs_client_location_get()
583 inst->write_params.func = vocs_client_write_vocs_cp_cb; in bt_vocs_client_state_set()
615 inst->read_params.func = vocs_client_read_output_desc_cb; in bt_vocs_client_description_get()
761 inst->discover_params.func = vocs_discover_func; in bt_vocs_discover()
Daics_client.c428 inst->cli.read_params.func = internal_read_state_cb; in aics_client_write_aics_cp_cb()
483 inst->cli.write_params.func = aics_client_write_aics_cp_cb; in aics_client_common_control()
719 inst->cli.discover_params.func = aics_discover_func; in bt_aics_discover()
792 inst->cli.read_params.func = aics_client_read_state_cb; in bt_aics_client_state_get()
830 inst->cli.read_params.func = aics_client_read_gain_settings_cb; in bt_aics_client_gain_setting_get()
868 inst->cli.read_params.func = aics_client_read_type_cb; in bt_aics_client_type_get()
906 inst->cli.read_params.func = aics_client_read_status_cb; in bt_aics_client_status_get()
971 inst->cli.write_params.func = aics_client_write_aics_cp_cb; in bt_aics_client_gain_set()
1007 inst->cli.read_params.func = aics_client_read_desc_cb; in bt_aics_client_description_get()
Dmicp_mic_ctlr.c396 mic_ctlr->discover_params.func = micp_discover_include_func; in micp_discover_func()
479 mic_ctlr->discover_params.func = micp_discover_func; in primary_discover_func()
589 mic_ctlr->discover_params.func = primary_discover_func; in bt_micp_mic_ctlr_discover()
699 mic_ctlr->read_params.func = micp_mic_ctlr_read_mute_cb; in bt_micp_mic_ctlr_mute_get()
735 mic_ctlr->write_params.func = micp_mic_ctlr_write_mics_mute_cb; in bt_micp_mic_ctlr_write_mute()
/Zephyr-4.1.0/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c172 .func = mtu_exchange_cb
213 discover_params.func = discover_func; in connected()
/Zephyr-4.1.0/doc/develop/languages/c/
Dpicolibc.rst91 including :c:func:`printf`, :c:func:`fprintf`, :c:func:`sprintf` and
92 :c:func:`sscanf`.
/Zephyr-4.1.0/doc/kernel/services/data_passing/
Dpipes.rst52 byte buffer. The pipe must then be initialized by calling :c:func:`k_pipe_init`.
80 Data is added to a pipe by calling :c:func:`k_pipe_write`.
128 Data is retrieved from the pipe by calling :c:func:`k_pipe_read`.
185 The pipe can be reset by calling :c:func:`k_pipe_reset`. Resetting a pipe
/Zephyr-4.1.0/doc/services/debugging/
Dcs_trace_defmt.rst17 :c:func:`cs_trace_defmt_process` in 16 bytes chunks. Callback is called whenever stream changes or
/Zephyr-4.1.0/drivers/pcie/host/
Dshell.c261 int bus, dev, func; in get_bdf() local
283 func = strtoul(tok, NULL, 16); in get_bdf()
285 return PCIE_BDF(bus, dev, func); in get_bdf()
/Zephyr-4.1.0/doc/kernel/services/synchronization/
Dsemaphores.rst58 It must then be initialized by calling :c:func:`k_sem_init`.
81 A semaphore is given by calling :c:func:`k_sem_give`.
99 A semaphore is taken by calling :c:func:`k_sem_take`.
/Zephyr-4.1.0/doc/releases/
Drelease-notes-3.5.rst77 * Added support for dynamic thread stack allocation via :c:func:`k_thread_stack_alloc`
78 * Added support for :c:func:`k_spin_trylock`
79 * Added :c:func:`k_object_is_valid` to check if a kernel object is valid. This replaces
213 * Fixed an issue where the :c:func:`settings_load` function called from a cooperative thread other
790 * :c:func:`coap_has_descriptive_block_option`
791 * :c:func:`coap_remove_descriptive_block_option`
792 * :c:func:`coap_packet_remove_option`
793 * :c:func:`coap_packet_set_path`
875 interface (:c:func:`net_if_ipv4_addr_foreach`, :c:func:`net_if_ipv6_addr_foreach`).
898 * Reworked :c:func:`otPlatEntropyGet` to use :c:func:`sys_csrand_get` internally.
[all …]
Dmigration-guide-3.5.rst20 * The kernel :c:func:`k_mem_slab_free` function has changed its signature, now
32 :c:func:`k_work_delayable_from_work`.
191 * STM32 Ethernet driver was misusing :c:func:`hwinfo_get_device_id` to generate
228 * The CAN controller timing API functions :c:func:`can_set_timing` and :c:func:`can_set_timing_data`
232 the ``sjw`` field in :c:struct:`can_timing`. To aid in this, the :c:func:`can_calc_timing` and
233 :c:func:`can_calc_timing_data` functions now automatically calculate a suitable SJW. The
235 :c:func:`can_set_bitrate` and :c:func:`can_set_bitrate_data` now also automatically calculate a
270 :c:func:`pm_state_force`. The new :c:func:`sys_poweroff` API must be used.
344 :c:func:`smp_add_cmd_err` should be used instead, ``MGMT_CB_ERROR_RET`` is
/Zephyr-4.1.0/doc/connectivity/networking/api/
Dnet_pkt.rst94 once via :c:func:`net_pkt_alloc_with_buffer`. It is actually the most
140 :c:func:`net_pkt_alloc_buffer`, as it will take into account the
154 :c:func:`net_pkt_ref()` or decremented with
155 :c:func:`net_pkt_unref()`. When the count drops to zero the buffer is
251 :c:func:`net_pkt_set_overwrite` function. It is possible to switch
277 :c:func:`net_pkt_skip`. For example, to go after the IP header, use:
352 updated. Note that :c:func:`net_pkt_set_data` could be used in the RX
354 :c:func:`net_pkt_acknowledge_data` as this one does not care about
356 :c:func:`net_pkt_skip` directly.
Dvlan.rst34 :c:func:`net_eth_vlan_enable` function to do that. The application needs
37 :c:func:`net_eth_vlan_disable` function. The application needs to configure
/Zephyr-4.1.0/doc/kernel/services/threads/
Dindex.rst89 This can be accomplished with the :c:func:`k_thread_join` API. This
92 :c:func:`k_thread_abort` call or triggering a fatal error).
100 circumstances, application code should use :c:func:`k_thread_join` or
101 :c:func:`k_thread_abort` to synchronize on thread termination state
112 by calling :c:func:`k_thread_abort`. However, it is typically preferable
126 if it becomes **suspended**. The function :c:func:`k_thread_suspend`
131 :c:func:`k_thread_resume` to remove the suspension.
135 using :c:func:`k_sleep`. However, this is different from suspending
192 to :c:func:`k_thread_create`. Special macros exist to instantiate stacks,
372 The :c:func:`k_thread_custom_data_set` and
[all …]
/Zephyr-4.1.0/samples/bluetooth/peripheral_ht/src/
Dhts.c126 ind_params.func = indicate_cb; in hts_indicate()
/Zephyr-4.1.0/samples/boards/espressif/light_sleep/
DREADME.rst12 of code on both CPUs is stopped when :c:func:`esp_light_sleep_start()` function is called.
14 was stopped, and :c:func:`esp_light_sleep_start()` function returns.
/Zephyr-4.1.0/samples/bluetooth/encrypted_advertising/
DREADME.rst18 To use the :c:func:`bt_ead_encrypt` and :c:func:`bt_ead_decrypt` functions, you must enable
/Zephyr-4.1.0/soc/silabs/silabs_siwx91x/siwg917/
Dnwp_init.c110 .func = &siwg917_nwp_stack[sizeof(siwg917_nwp_stack) - 1],
/Zephyr-4.1.0/drivers/pinctrl/renesas/rz/
Dpinctrl_rzt2m.c48 sys_write32(pfc | pin->func << (pin->pin * 4), PFC(pin->port)); in pinctrl_configure_pin()
/Zephyr-4.1.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_b_3_2.c174 ind_params.func = value_v6_indicate_cb; in service_b_3_2_value_v6_indicate()
Dservice_b_3_3.c172 ind_params.func = value_v6_indicate_cb; in service_b_3_3_value_v6_indicate()
/Zephyr-4.1.0/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst39 needs to be provisioned, call :c:func:`bt_mesh_prov_enable`. The device
42 :c:func:`bt_mesh_init`. Additionally, a Uniform Resource Identifier (URI)
112 call :c:func:`bt_mesh_prov_remote_pub_key_set` on the provisioner side.
147 :c:func:`bt_mesh_input_string` or :c:func:`bt_mesh_input_number`. If
/Zephyr-4.1.0/doc/develop/api/
Dterminology.rst83 suspend, wait, or invoke :c:func:`k_yield` before it can complete
112 :c:func:`k_sem_take` to be invoked from ISRs, since it is not
162 :c:func:`k_is_pre_kernel` when determining whether it can fulfill its
164 :c:func:`k_is_in_isr` so it can be **isr-ok** as well.
187 example is :c:func:`spi_transceive_signal`.

1...<<1112131415161718192021