Home
last modified time | relevance | path

Searched refs:calls (Results 76 – 100 of 204) sorted by relevance

123456789

/Zephyr-latest/cmake/sca/eclair/
Dsca.cmake117 # call which calls the compiler and to generate analysis files.
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst12 …ranslating generic :ref:`connectivity control API <conn_mgr_control_api>` calls into hardware-spec…
278 If exceptions to this are absolutely necessary, they should be constrained to specific API calls an…
293 For instance, calls to :c:member:`conn_mgr_conn_api.connect` should initiate a connection process a…
304 Connectivity implementations must be ready to receive API calls immediately after :c:member:`conn_m…
308 …t commands immediately when :c:member:`conn_mgr_conn_api.init` is called, calls to :c:member:`conn…
/Zephyr-latest/boards/ti/cc1352r_sensortag/doc/
Dindex.rst236 system enters standby mode between calls to uart_poll_in(). This is because
243 <code that calls uart_poll_in() and expects input at any point in time>
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h670 const struct bt_tbs_client_call *calls);
/Zephyr-latest/lib/os/
DKconfig23 bool "Serialize printk() calls"
/Zephyr-latest/samples/tfm_integration/tfm_ipc/
DREADME.rst12 It uses **IPC Mode** for communication, where TF-M API calls are made to the
14 IPC mechanism is bypassed in favor of direct calls.
/Zephyr-latest/doc/kernel/services/other/
Datomic.rst51 by a higher priority context that also calls the routine.
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_client.rst62 As the response can be a blockwise transfer and the client calls the callback once per each
/Zephyr-latest/doc/hardware/arch/
Darc-support-status.rst100 sections with calls to :c:func:`arc_vpx_lock` and :c:func:`arc_vpx_unlock` to
Darm_cortex_m.rst182 context-switch or during system calls, when the thread switches from using its default
238 SVCs are used by the Zephyr kernel to dispatch system calls, trigger runtime
292 error occurs. It also allows for system calls to be dispatched while IRQs are locked.
366 User mode system calls
393 System calls execute in thread mode and can be preempted by interrupts at any time. A
419 no re-programming occurs during system calls.
/Zephyr-latest/doc/services/resource_management/
Dindex.rst38 transition). The service manages the state based on calls to
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_2.rst141 calls, within module that gathers the statistics; this means that this command
/Zephyr-latest/tests/kernel/context/
DREADME.txt39 - 1. Count the number of calls to _tick_get_32() before a tick expires.
/Zephyr-latest/subsys/pm/
DKconfig11 calls to configure low-power states.
/Zephyr-latest/doc/services/pm/
Ddevice_runtime.rst32 calls on the child device.
145 The PM action callback calls are serialized by the PM subsystem, therefore, no
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst307 This removal means that in order to use POSIX API socket calls, one needs to enable the
310 calls need to be prefixed by a ``zsock_`` string.
/Zephyr-latest/arch/riscv/
DKconfig41 When is enabled, calls to `arch_current_thread()` & `k_sched_current_thread_query()` will
194 The calls obey standard calling conventions; i.e., the state
204 GEN_OFFSET_SYM(soc_esf_t, soc_specific_member) calls
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_client.c152 if (inst->calls[i].index == BT_TBS_FREE_CALL_INDEX) { in free_call_spot()
250 uint8_t call_count, const struct bt_tbs_client_call *calls) in current_calls_changed() argument
256 listener->current_calls(conn, err, inst_index, call_count, calls); in current_calls_changed()
264 struct bt_tbs_client_call calls[CONFIG_BT_TBS_CLIENT_MAX_CALLS]; in bearer_list_current_calls() local
277 call = &calls[cnt]; in bearer_list_current_calls()
292 current_calls_changed(conn, 0, tbs_index(conn, inst), cnt, calls); in bearer_list_current_calls()
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst63 …$ arm-zephyr-eabi-gcc -mlong-calls -mthumb -c -o hello_world.elf tests/subsys/llext/hello_world/he…
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst93 will stay suspended until the application calls :c:func:`bt_mesh_blob_srv_cancel`.
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst133 calls :c:func:`z_smp_init` to launch the SMP initialization process. This
150 application code runs, and finally calls :c:func:`z_swap` to transfer
192 calls), and that the scheduler-specific calls here will be implemented in
/Zephyr-latest/boards/native/doc/
Darch_soc.rst181 and all calls into the kernel will be done as normal calls.
373 or leave at that point all C library calls unresolved, and let them be linked in the final stage
444 The overall execution and scheduling is handled by the native simulator runner itself, which calls
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst1051 A telephone bearer could be any application on a device that can handle (telephone) calls,
1061 For example if you have a bearer for regular phone calls and
1064 but the GTBS instance will report 2 calls,
1065 making it possible for a simple Call Control Client to control all calls from a single bearer.
1068 For example calls with URI ``tel`` would go to the regular phone application,
1069 and calls with the URI ``skype`` would go to the Teams application.
1123 This effectively means that a simple Call Control Client can control all calls just using GTBS,
/Zephyr-latest/soc/espressif/esp32c2/
Dmcuboot.ld47 /* TODO: cross-segments calls in the libzephyr.a:device.* */
/Zephyr-latest/soc/espressif/esp32c3/
Dmcuboot.ld47 /* TODO: cross-segments calls in the libzephyr.a:device.* */

123456789