Home
last modified time | relevance | path

Searched full:calling (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/Zephyr-latest/subsys/rtio/
DKconfig14 When calling rtio_submit a semaphore is available to sleep the calling
26 When calling rtio_cqe_consume_block a semaphore is available to sleep the
27 calling thread for each completion queue event until the wait count is met.
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_internal.h45 * credentials_lock before calling this function.
53 * credentials_lock before calling this function.
73 * calling, and will be set to the amount written to the destination buffer after calling
77 * credentials_lock before calling this function.
/Zephyr-latest/doc/kernel/services/data_passing/
Dfifos.rst33 allocated from the calling thread's resource pool.
72 It must then be initialized by calling :c:func:`k_fifo_init`.
83 by calling :c:macro:`K_FIFO_DEFINE`.
94 A data item is added to a FIFO by calling :c:func:`k_fifo_put`.
122 by calling :c:func:`k_fifo_put_list` or :c:func:`k_fifo_put_slist`.
126 the data item, instead additional memory will be allocated from the calling
132 A data item is removed from a FIFO by calling :c:func:`k_fifo_get`.
Dlifos.rst33 allocated from the calling thread's resource pool.
63 It must then be initialized by calling :c:func:`k_lifo_init`.
74 by calling :c:macro:`K_LIFO_DEFINE`.
85 A data item is added to a LIFO by calling :c:func:`k_lifo_put`.
114 the data item, instead additional memory will be allocated from the calling
120 A data item is removed from a LIFO by calling :c:func:`k_lifo_get`.
Dstacks.rst59 It must then be initialized by calling :c:func:`k_stack_init` or
61 provided and it is instead allocated from the calling thread's resource
77 by calling :c:macro:`K_STACK_DEFINE`.
89 A data item is added to a stack by calling :c:func:`k_stack_push`.
112 A data item is taken from a stack by calling :c:func:`k_stack_pop`.
Dpipes.rst66 initialized by calling :c:func:`k_pipe_init`.
80 calling :c:macro:`K_PIPE_DEFINE`.
92 Data is added to a pipe by calling :c:func:`k_pipe_put`.
138 Data is read from the pipe by calling :c:func:`k_pipe_get`.
178 Data is flushed from the pipe's ring buffer by calling
199 All data in the pipe is flushed by calling :c:func:`k_pipe_flush`.
/Zephyr-latest/samples/subsys/demand_paging/
Dsample.yaml16 - "Calling huge body of code that doesn't fit in memory"
18 - "Calling it a second time"
DREADME.rst41 Calling huge body of code that doesn't fit in memory
43 Calling it a second time
/Zephyr-latest/doc/kernel/services/synchronization/
Dcondvar.rst48 It must then be initialized by calling :c:func:`k_condvar_init`.
59 by calling :c:macro:`K_CONDVAR_DEFINE`.
70 A thread can wait on a condition by calling :c:func:`k_condvar_wait`.
96 A condition variable is signaled on by calling :c:func:`k_condvar_signal` for
97 one thread or by calling :c:func:`k_condvar_broadcast` for multiple threads.
Devents.rst52 It must then be initialized by calling :c:func:`k_event_init`.
63 by calling :c:macro:`K_EVENT_DEFINE`.
74 Events in an event object are set by calling :c:func:`k_event_set`.
93 Events are posted to an event object by calling :c:func:`k_event_post`.
114 Threads wait for events by calling :c:func:`k_event_wait`.
Dsemaphores.rst58 It must then be initialized by calling :c:func:`k_sem_init`.
70 by calling :c:macro:`K_SEM_DEFINE`.
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-latest/soc/nxp/imxrt/imxrt10xx/
Dpower.h14 * The system will be transitioning out of sleep when calling this function.
22 * The system will transition to sleep after calling this function.
/Zephyr-latest/modules/canopennode/
Dcanopennode.h49 * parameters). This function must be called after calling CANopenNode
64 * saved by the application by periodically calling @ref
104 * called after calling CANopenNode `CO_init()`.
153 * It can be used to e.g. wake the loop polling calling CO_process.
163 * This can be used to wake the loop calling CO_process when an incoming
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst25 The network interface can be turned ON by calling ``net_if_up()`` and OFF
26 by calling ``net_if_down()``. When the device is powered ON, the network
31 resolved from its index by calling ``net_if_get_by_index()`` and from interface
32 pointer by calling ``net_if_get_by_iface()``.
69 changed by calling :c:func:`net_if_up` or :c:func:`net_if_down` functions.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dfetch_and_get.rst14 These functions work together. The fetch APIs block the calling context which
19 :c:struct:`sensor_value` by calling :c:func:`sensor_channel_get` for each channel
23 It should be noted that calling fetch and get from multiple contexts without
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_flash.rst14 It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to the
22 It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to the
/Zephyr-latest/include/zephyr/crypto/
Dhash.h74 * To be populated by the app before calling hash_begin_session().
76 * by calling crypto_query_hwcaps().
86 * be filled up by the app before calling hash_compute().
Dcipher.h118 /** To be populated by the app before calling begin_session() */
149 * in a session. To be populated by the app before calling
159 * before calling begin_session()
165 * To be populated by the app before calling begin_session().
167 * by calling crypto_query_hwcaps().
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/
DKconfig24 Some callbacks support notifying the calling function of a status, in which to accept
25 or decline the current operation, by returning false this will signal to the calling
/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/
Dsimulator.h24 * only one callback may be installed at a time. Calling this a second time
37 * Calling this function simulates that data was sent from the host to the DUT.
/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake56 # memusage_flag : Flags that must always be applied when calling memusage command
59 # memusage_byproducts : Byproducts (files) generated when calling memusage
65 # elfconvert_flag : Flags that must always be applied when calling elfconvert comma…
85 # disassembly_flag : Flags that must always be applied when calling disassembly com…
96 # readelf_flag : Flags that must always be applied when calling readelf command
106 # strip_flag : Flags that must always be applied when calling strip command
/Zephyr-latest/include/zephyr/drivers/
Dpm_cpu_ops.h33 * @brief Power down the calling core
47 * into the calling supervisory software or have been previously powered down
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/
Ddisable.sh19 # 2. Tx devices pushes all created advs to the pool by calling `bt_mesh_adv_send` function
21 # a work item which suspends the advertiser by calling `bt_mesh_adv_disable`.
/Zephyr-latest/doc/kernel/memory_management/
Dslabs.rst71 It must then be initialized by calling :c:func:`k_mem_slab_init`.
84 by calling :c:macro:`K_MEM_SLAB_DEFINE`.
102 A memory block is allocated by calling :c:func:`k_mem_slab_alloc`.
122 A memory block is released by calling :c:func:`k_mem_slab_free`.
/Zephyr-latest/dts/bindings/arm/
Dlinaro,optee-tz.yaml14 description: The method of calling the OP-TEE Trusted OS.

12345678910>>...23