Searched full:calling (Results 1 – 25 of 474) sorted by relevance
12345678910>>...19
/Zephyr-Core-3.6.0/subsys/rtio/ |
D | Kconfig | 12 When calling rtio_submit a semaphore is available to sleep the calling 20 When calling rtio_cqe_consume_block a semaphore is available to sleep the 21 calling thread for each completion queue event until the wait count is met.
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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`.
|
D | pipes.rst | 66 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`.
|
D | message_queues.rst | 74 It must then be initialized by calling :c:func:`k_msgq_init`. 93 by calling :c:macro:`K_MSGQ_DEFINE`. 105 A data item is added to a message queue by calling :c:func:`k_msgq_put`. 135 A data item is taken from a message queue by calling :c:func:`k_msgq_get`. 161 A data item is read from a message queue by calling :c:func:`k_msgq_peek`.
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/soc/arm/nxp_imx/rt/ |
D | power_rt10xx.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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/samples/boards/esp32/spiram_test/ |
D | README.rst | 9 This sample allocates memory from internal DRAM and SPIRAM by calling 10 :c:func:`k_malloc`, frees allocated memory by calling :c:func:`k_free` and
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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… 84 # disassembly_flag : Flags that must always be applied when calling disassembly com… 95 # readelf_flag : Flags that must always be applied when calling readelf command 105 # strip_flag : Flags that must always be applied when calling strip command
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/flash/ |
D | stm32_flash_api_extensions.h | 36 * After calling, it's not possible to change option bytes (WP, RDP, 44 * After calling, it's not possible to perform basic operation like
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/soc/arm/nxp_lpc/lpc11u6x/ |
D | iap.h | 60 * Interrupts must be disabled when calling IAP. Indeed when executing in iap_cmd() 68 * saved before calling the IAP function, and restored after. According in iap_cmd()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | hfp_internal.h | 15 #define BT_HFP_AG_FEATURE_3WAY_CALL 0x00000001 /* Three-way calling */ 30 #define BT_HFP_HF_FEATURE_3WAY_CALL 0x00000002 /* Three-way calling */
|
12345678910>>...19