Home
last modified time | relevance | path

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

1...<<21

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c195 void bap_foreach_stream(void (*func)(struct shell_stream *sh_stream, void *data), void *data) in bap_foreach_stream()
199 func(&unicast_streams[i], data); in bap_foreach_stream()
205 func(&broadcast_source_streams[i], data); in bap_foreach_stream()
211 func(&broadcast_sink_streams[i], data); in bap_foreach_stream()
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_srv.c1189 .func = end, in proxy_send()
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst27 applicable (e.g. :c:func:`bt_bap_unicast_client_discover` and :c:func:`bt_vcp_vol_rend_set_vol`).
978 but by using functions such as :c:func:`bt_pacs_conn_set_available_contexts_for_conn`,
/Zephyr-latest/dts/arm/nxp/
Dnxp_s32k344_m7.dtsi888 func-reset-threshold = <0>;
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst65 initialized but before the application :c:func:`main()` function. Therefore,
/Zephyr-latest/doc/services/shell/
Dindex.rst402 and a function :c:func:`shell_execute_cmd`, as shown in this example:
484 Function :c:func:`shell_fprintf` or the shell print macros:
/Zephyr-latest/doc/build/dts/
Dtroubleshooting.rst360 If you're using an API like :c:func:`DT_INST_PROP`, you must define
/Zephyr-latest/subsys/bluetooth/audio/
Dascs.c1892 void bt_ascs_foreach_ep(struct bt_conn *conn, bt_bap_ep_func_t func, void *user_data) in bt_ascs_foreach_ep() argument
1898 func(&ase->ep, user_data); in bt_ascs_foreach_ep()
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst678 c:func
696 Check out :c:func:`gpio_pin_configure` for more information.
/Zephyr-latest/doc/services/tracing/
Dindex.rst44 :c:func:`sys_trace_named_event`, which takes an event name as well as two
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst977 :c:func:`log_strdup`
990 - Changed default timestamp source function to :c:func:`k_uptime_get_32`
1356 * :github:`14313` - doc: API references such as :c:func:`funcname` aren't creating links
/Zephyr-latest/doc/
Dzephyr.doxyfile.in399 # definitions whose arguments contain STL classes (e.g. func(std::string);
400 # versus func(std::string) {}). This also makes the inheritance and
/Zephyr-latest/cmake/modules/
Dextensions.cmake510 # zephyr_library versions of normal CMake target_<func> functions

1...<<21