/Zephyr-latest/cmake/sca/eclair/ |
D | sca.cmake | 117 # call which calls the compiler and to generate analysis files.
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 12 …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/ |
D | index.rst | 236 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/ |
D | tbs.h | 670 const struct bt_tbs_client_call *calls);
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 23 bool "Serialize printk() calls"
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/ |
D | README.rst | 12 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/ |
D | atomic.rst | 51 by a higher priority context that also calls the routine.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_client.rst | 62 As the response can be a blockwise transfer and the client calls the callback once per each
|
/Zephyr-latest/doc/hardware/arch/ |
D | arc-support-status.rst | 100 sections with calls to :c:func:`arc_vpx_lock` and :c:func:`arc_vpx_unlock` to
|
D | arm_cortex_m.rst | 182 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/ |
D | index.rst | 38 transition). The service manages the state based on calls to
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_2.rst | 141 calls, within module that gathers the statistics; this means that this command
|
/Zephyr-latest/tests/kernel/context/ |
D | README.txt | 39 - 1. Count the number of calls to _tick_get_32() before a tick expires.
|
/Zephyr-latest/subsys/pm/ |
D | Kconfig | 11 calls to configure low-power states.
|
/Zephyr-latest/doc/services/pm/ |
D | device_runtime.rst | 32 calls on the child device. 145 The PM action callback calls are serialized by the PM subsystem, therefore, no
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.1.rst | 307 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/ |
D | Kconfig | 41 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/ |
D | tbs_client.c | 152 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/ |
D | README.rst | 63 …$ 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/ |
D | blob_srv.rst | 93 will stay suspended until the application calls :c:func:`bt_mesh_blob_srv_cancel`.
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 133 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/ |
D | arch_soc.rst | 181 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/ |
D | bluetooth-le-audio-arch.rst | 1051 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/ |
D | mcuboot.ld | 47 /* TODO: cross-segments calls in the libzephyr.a:device.* */
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | mcuboot.ld | 47 /* TODO: cross-segments calls in the libzephyr.a:device.* */
|