Searched full:previously (Results 1 – 25 of 262) sorted by relevance
1234567891011
/Zephyr-latest/include/zephyr/data/ |
D | jwt.h | 77 * Add JWT payload to a previously initialized builder with the following fields: 84 * @param builder A previously initialized builder. 100 * Sign a previously initialized with payload JWT. 102 * @param builder A previously initialized builder with payload.
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 153 This function resumes the previously created thread specified by 158 This function suspend the previously created thread specified by 178 This function sends a message to the previously created queue. 183 This function receives a message from the previously created 193 This function gets the previously created binary semaphore. 198 This function puts the previously created binary semaphore. 209 previously created memory pool. If successful, a TM_SUCCESS 215 This function releases the previously allocated 128-byte block
|
/Zephyr-latest/samples/basic/hash_map/ |
D | README.rst | 13 * replaces up to the same number that were previously inserted 14 * removes all previously inserted keys
|
/Zephyr-latest/lib/cpp/ |
D | Kconfig | 30 2011 C++ standard, previously known as C++0x. 40 2017 C++ standard, previously known as C++0x. 50 2020 C++ standard, previously known as C++2A.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | loopback_disk.h | 45 * @brief Unregister a previously registered loopback disk device 49 * @param ctx Context structure previously passed to a successful invocation of
|
D | pm_cpu_ops.h | 47 * into the calling supervisory software or have been previously powered down
|
/Zephyr-latest/include/zephyr/sys/ |
D | fdtable.h | 97 * @param fd File descriptor previously returned by zvfs_reserve_fd() 110 * @param fd File descriptor previously returned by zvfs_reserve_fd() 138 * @param fd File descriptor previously returned by zvfs_reserve_fd() 152 * @param fd File descriptor previously returned by zvfs_reserve_fd() 163 * @param fd File descriptor previously returned by zvfs_reserve_fd() 178 * @param obj Object previously returned by a call to e.g. @ref zvfs_get_fd_obj.
|
D | spsc_lockfree.h | 181 * @brief Produce one previously acquired element to the SPSC 185 * @param spsc SPSC to produce the previously acquired element or do nothing 196 * @brief Produce all previously acquired elements to the SPSC 201 * @param spsc SPSC to produce all previously acquired elements or do nothing 213 * @brief Drop all previously acquired elements 217 * @param spsc SPSC to drop all previously acquired elements or do nothing
|
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | intel_vtd.h | 103 * @param irte_idx A previously allocated irte entry index number 126 * @param irte_idx A previously allocated irte entry index number 162 * @param irte_idx A previously allocated irte entry index number 179 * @param irte_idx A previously allocated irte entry index number
|
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/ |
D | prj.conf | 9 # previously witten data, which is considered overwrite although it takes no effect.
|
/Zephyr-latest/include/zephyr/kernel/ |
D | smp.h | 43 * @brief Resume a previously suspended CPU. 48 * previously been called for the target CPU, and it must have
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/ |
D | README.rst | 12 type. That, even if they have previously exchanged IRK; (Core Specification version 5.4, vol. 1
|
/Zephyr-latest/soc/nordic/common/ |
D | dmm.h | 109 * @brief Release the previously prepared DMA output buffer 112 * @param buffer_out Bus address of the DMA output buffer previously prepared 145 * @brief Release the previously prepared DMA input buffer 154 * @param buffer_in Bus address of the DMA input buffer previously prepared
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_slot.sh | 10 # - Third test is rebooted device that deletes all previously added slots
|
/Zephyr-latest/include/zephyr/xen/ |
D | gnttab.h | 23 * Finished access for previously shared grant. Does NOT 24 * free memory, if it was previously allocated by
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mfifo.h | 114 * @brief Commit a previously allocated buffer (=void-ptr) 129 * @brief Commit a previously allocated buffer (=void-ptr) 179 * @brief Atomically commit a previously allocated buffer 187 * @param idx[in] Index one-ahead of previously allocated buffer 197 * @brief Atomically commit a previously allocated buffer 200 * @param idx[in] Index one-ahead of previously allocated buffer
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig | 52 The secure files will have been previously provisioned to the
|
/Zephyr-latest/soc/espressif/common/include/ |
D | esp_heap_runtime.h | 41 * @param ptr Pointer to previously allocated memory.
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | Kconfig.simplelink | 48 previously connected AP on startup. Should the Wi-Fi connection
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/bridge/ |
D | brg_table_state_change.sh | 22 # message is received with the content of the previously sent DATA message.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/op_agg/ |
D | full_status_msg_list.sh | 18 # 4. The client sends the sequence message with the previously configured context,
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/src/ |
D | test_suite_full_list_overwrite_oldest.c | 155 * - A valid pointer in the keys pool is returned, matching the one previously assigned to the 189 * - A valid pointer in the keys pool is returned, matching the one previously assigned to the 223 * - A valid pointer in the keys pool is returned, matching the one previously assigned to the
|
/Zephyr-latest/include/zephyr/ |
D | types.h | 35 * C11 uses "_Thread_local". Previously the GNU "__thread" keyword was used
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | op_agg_cli.h | 44 * Uses previously configured context and sends aggregated message
|
/Zephyr-latest/boards/native/native_posix/ |
D | hw_counter.c | 70 * Starts the counter. It must be previously configured with
|
1234567891011