Searched full:calling (Results 1 – 25 of 572) sorted by relevance
12345678910>>...23
/Zephyr-latest/subsys/rtio/ |
D | Kconfig | 14 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/ |
D | tls_internal.h | 45 * 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/ |
D | fifos.rst | 33 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`.
|
D | lifos.rst | 33 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`.
|
D | stacks.rst | 59 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`.
|
/Zephyr-latest/samples/subsys/demand_paging/ |
D | sample.yaml | 16 - "Calling huge body of code that doesn't fit in memory" 18 - "Calling it a second time"
|
D | README.rst | 41 Calling huge body of code that doesn't fit in memory 43 Calling it a second time
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | condvar.rst | 48 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.
|
D | events.rst | 52 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`.
|
D | semaphores.rst | 58 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/ |
D | power.h | 14 * 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/ |
D | canopennode.h | 49 * 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/ |
D | net_if.rst | 25 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/ |
D | fetch_and_get.rst | 14 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/ |
D | blob_flash.rst | 14 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/ |
D | hash.h | 74 * 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().
|
D | cipher.h | 118 /** 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/ |
D | Kconfig | 24 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/ |
D | simulator.h | 24 * 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/ |
D | bintools_template.cmake | 56 # 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… 86 # disassembly_flag : Flags that must always be applied when calling disassembly com… 97 # readelf_flag : Flags that must always be applied when calling readelf command 107 # strip_flag : Flags that must always be applied when calling strip command
|
/Zephyr-latest/include/zephyr/drivers/ |
D | pm_cpu_ops.h | 33 * @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/ |
D | disable.sh | 19 # 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/ |
D | slabs.rst | 71 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/ |
D | linaro,optee-tz.yaml | 14 description: The method of calling the OP-TEE Trusted OS.
|
/Zephyr-latest/include/zephyr/drivers/flash/ |
D | stm32_flash_api_extensions.h | 39 * After calling, it's not possible to change option bytes (WP, RDP, 47 * After calling, it's not possible to perform basic operation like
|
12345678910>>...23