Home
last modified time | relevance | path

Searched full:element (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmemq.c10 * Element's payload is a pointer to arbitrary memory.
12 * Implemented as a singly-linked list, with always one-more element.
13 * The linked list must always contain at least one link-element, as emptiness
15 * For a queue to be valid, it must be initialized with an initial link-element.
17 * Invariant: The tail element's mem pointer is DontCare.
20 * link-element, but the link-element before it!
29 * where H is the pointer to Head link-element (oldest element).
30 * where T is the pointer to Tail link-element (newest element).
31 * where I[] means the initial link-element, whose mem pointer is DontCare.
32 * where A[b] means the A'th link-element, whose mem pointer is b.
[all …]
Ddbuf.h14 /* The current element that is in use. */
16 /* Last enqueued element. It will be used after buffer is swapped. */
18 /* Size in a bytes of a single element stored in double buffer. */
25 * @brief Allocate element in double buffer.
27 * The function provides pointer to new element that may be modified by the user.
32 * @param idx Pointer to return new element index.
34 * @return Pointer to new element memory.
39 * @brief Provides pointer to last allocated element.
46 * @return Pointer to last allocated element.
54 * @brief Enqueue new element for buffer swap.
[all …]
/Zephyr-latest/include/zephyr/debug/
Dobject_tracing.h14 * @brief Head element of the thread monitor list.
16 * @details Access the head element of the thread monitor list.
22 * @brief Gets a thread node's next element.
25 * element in the list.
27 * @param obj Object to get the next element from.
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst10 This is a simple application demonstrating a Bluetooth Mesh multi-element node.
11 Each element has a mesh onoff client and server
19 The models for button 1 and LED 1 are in the node's root element.
21 Assuming the provisioner assigns 0x100 to the root element,
72 bind 0 1 1000 # bind appkey 1 to LED server on element 0 (unicast 0100)
74 bind 1 1 1001 # bind appkey 1 to button 2 on element 1 (unicast 0101)
82 The first or root element of the node contains models for configuration,
85 root element's unicast address as it is the only one that has a
93 This is done by setting the target to the unicast address of the element
/Zephyr-latest/tests/benchmarks/sys_kernel/src/
Dmwfifo.c42 intptr_t element[2]; in fifo_thread1() local
53 element[1] = i; in fifo_thread1()
54 k_fifo_put(&fifo2, element); in fifo_thread1()
73 intptr_t element[2]; in fifo_thread2() local
81 element[1] = i; in fifo_thread2()
82 k_fifo_put(&fifo1, element); in fifo_thread2()
106 intptr_t element[2]; in fifo_thread3() local
114 element[1] = i; in fifo_thread3()
115 k_fifo_put(&fifo1, element); in fifo_thread3()
140 intptr_t element[2]; in fifo_test() local
[all …]
Dlifo.c78 intptr_t element[2]; in lifo_thread2() local
84 element[1] = i; in lifo_thread2()
85 k_lifo_put(&lifo1, element); in lifo_thread2()
108 intptr_t element[2]; in lifo_thread3() local
114 element[1] = i; in lifo_thread3()
115 k_lifo_put(&lifo1, element); in lifo_thread3()
139 intptr_t element[2]; in lifo_test() local
171 k_fifo_put(&sync_fifo, element); in lifo_test()
205 k_fifo_put(&sync_fifo, element); in lifo_test()
251 k_fifo_put(&sync_fifo, element); in lifo_test()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/
Dmain.c198 zassert_equal(decoded, 1, "Expected to receive 1 decoded zcbor element"); in ZTEST()
200 "datetime"), "Did not expect to receive datetime element"); in ZTEST()
202 "rc"), "Did not expect to receive rc element"); in ZTEST()
204 "err"), "Expected to receive err element"); in ZTEST()
260 zassert_equal(decoded, 1, "Expected to receive 1 decoded zcbor element"); in ZTEST()
262 "datetime"), "Did not expect to receive datetime element"); in ZTEST()
264 "rc"), "Did not expect to receive rc element"); in ZTEST()
266 "err"), "Expected to receive err element"); in ZTEST()
325 zassert_equal(decoded, 1, "Expected to receive 1 decoded zcbor element"); in ZTEST()
327 "datetime"), "Did not expect to receive datetime element"); in ZTEST()
[all …]
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/
DREADME.rst10 which Root element has following models
29 And Secondary element has following models
43 * LED1 is associated with generic OnOff Server's state which is part of Root element
44 * LED2 is associated with Vendor Model which is part of Root element
47 …on1 and Button2 are associated with gen. OnOff Client or Vendor Model which is part of Root element
48 …ed with gen. Level Client / Light Lightness Client / Light CTL Client which is part of Root element
103 The meshctl target for configuration must be the root element's unicast
110 This is done by setting the target to the unicast address of the element
/Zephyr-latest/include/zephyr/devicetree/
Ddma.h75 * @param name lowercase-and-underscores name of a dmas element
77 * @return the node identifier for the DMA controller in the named element
109 * @param name lowercase-and-underscores name of a dmas element
111 * @return the node identifier for the DMA controller in the named element
214 * @param name lowercase-and-underscores name of a dmas element
217 * @return the cell value in the specifier at the named element
232 * @param name lowercase-and-underscores name of a dmas element
245 * @param name lowercase-and-underscores name of a dmas element
248 * @return the cell value in the specifier at the named element
273 * @brief Does a dmas property have a named element?
[all …]
Dpwms.h76 * @param name lowercase-and-underscores name of a pwms element
78 * @return the node identifier for the PWM controller in the named element
176 * @param name lowercase-and-underscores name of a pwms element
179 * @return the cell value in the specifier at the named element
219 * @param name lowercase-and-underscores name of a pwms element
221 * @return the channel cell value in the specifier at the named element
260 * @param name lowercase-and-underscores name of a pwms element
262 * @return the period cell value in the specifier at the named element
304 * @param name lowercase-and-underscores name of a pwms element
306 * @return the flags cell value in the specifier at the named element,
[all …]
Dmbox.h45 * @param name lowercase-and-underscores name of a mboxes element
48 * @return the node identifier for the MBOX controller in the named element
81 * @param name lowercase-and-underscores name of a mboxes element
84 * @return the channel value in the specifier at the named element or 0 if no
Dio-channels.h74 * @param name lowercase-and-underscores name of an io-channels element
76 * @return the node identifier for the node referenced at the named element
107 * @param name lowercase-and-underscores name of an io-channels element
109 * @return the node identifier for the node referenced at the named element
198 * @param name lowercase-and-underscores name of an io-channels element
200 * @return the input cell in the specifier at the named element
228 * @param name lowercase-and-underscores name of an io-channels element
230 * @return the input cell in the specifier at the named element
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dhealth_cli.rst15 The Health Client model is optional, and may be instantiated on any element.
16 However, if a Health Client model is instantiated on an element other than the
17 primary, an instance must also be present on the primary element.
/Zephyr-latest/boards/element14/
Dindex.rst1 .. _boards-element-14:
3 Element 14
/Zephyr-latest/include/zephyr/sys/
Diterable_sections.h25 * @brief Defines a new element for an iterable section for a generic type.
34 * @note In order to store the element in ROM, a const specifier has to
116 * @brief Get element from section for a generic type.
120 * @param[in] type type of element
123 * @param[out] dst Pointer to location where pointer to element is written.
133 * @param[in] type type of element
181 * @brief Defines a new element of alternate data type for an iterable section.
203 * @brief Defines a new element for an iterable section.
213 * @note In order to store the element in ROM, a const specifier has to
229 * @brief Defines a new element for an iterable section with a custom name.
[all …]
Dspsc_lockfree.h164 * @brief Acquire an element to produce from the SPSC
166 * @param spsc SPSC to acquire an element from for producing
168 * @return A pointer to the acquired element or null if the spsc is full
181 * @brief Produce one previously acquired element to the SPSC
183 * This makes one element available to the consumer immediately
185 * @param spsc SPSC to produce the previously acquired element or do nothing
225 * @brief Consume an element from the spsc
229 * @return Pointer to element or null if no consumable elements left
242 * @brief Release a consumed element
244 * @param spsc SPSC to release consumed element or do nothing
[all …]
Ddlist.h299 * @return a pointer to the head element, NULL if list is empty
314 * @return a pointer to the head element
328 * @param node the node from which to get the next element in the list
330 * @return a pointer to the next element from a node, NULL if node is the tail
343 * @param node the node from which to get the next element in the list
345 * @return a pointer to the next element from a node, NULL if node is the tail
361 * @param node the node from which to get the previous element in the list
363 * @return a pointer to the previous element from a node, NULL if node is the
377 * @param node the node from which to get the previous element in the list
379 * @return a pointer to the previous element from a node, NULL if node is the
[all …]
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dbsearch.c13 * @param key pointer to first element to search
16 * @param size size of each element
23 int (*cmp)(const void *key, const void *element)) in bsearch() argument
/Zephyr-latest/modules/loramac-node/
DKconfig34 bool "Semtech Secure Element software implementation"
37 This option enables the use of Semtech's Secure Element
/Zephyr-latest/samples/bluetooth/broadcaster/
DREADME.rst5 Periodically send out advertising packets with a manufacturer data element.
12 a manufacturer data element. The content of the data is a single byte
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h58 * @param elem_addr Address of the element.
74 * @param elem_addr The unicast address of the element.
76 * @param mod_id The model ID within the element.
93 * @param elem_addr Address of the element.
241 * @param elem_addr The unicast address of the element.
243 * @param mod_id The model ID within the element.
259 * @param elem_addr Address of the element.
894 * @param elem_addr Element address the model is in.
912 * @param elem_addr Element address the model is in.
930 * @param elem_addr Element address the model is in.
[all …]
Dhealth_srv.h116 * The attention state is used to map an element address to a
121 * also help identify the specific element the server is in.
144 * @param _max_faults Maximum number of faults the element can have.
163 * repeated for each element that the application wants to have a
207 /** @brief Notify the stack that the fault array state of the given element has
210 * This prompts the Health server on this element to publish the current fault
213 * @param elem Element to update the fault state of.
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py46 def __init__(self, regs: ET.Element, name: str, data: bytes | bytearray | None = None) -> None: argument
75 def _enums(self, field: str) -> list[ET.Element]:
126 def from_raw(cls: "PowerConfig", bicr_spec: ET.Element, data: bytes) -> "PowerConfig": argument
150 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
205 cls: "IoPortPowerConfig", bicr_spec: ET.Element, data: bytes argument
230 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
257 cls: "IoPortImpedanceConfig", bicr_spec: ET.Element, data: bytes argument
275 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
303 def from_raw(cls: "LFXOConfig", bicr_spec: ET.Element, data: bytes) -> "LFXOConfig": argument
352 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
[all …]
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs62 * @param {Element} parent Parent element.
90 * @param {Element} parent Parent element.
93 * @param {boolean} linkElements Whether to link elements (treat each element
114 elements.forEach(element => {
120 link.href = '#' + element;
123 const linkText = document.createTextNode(element);
126 /* using HTML since element content is pre-formatted */
127 listItem.innerHTML = element;
134 * @param {Element} parent Parent element.
295 element => new RegExp(element.toLowerCase())
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dboard-catalog.js20 const element = document.getElementById(param);
25 element.querySelector(`option[value="${soc}"]`).selected = true);
27 element.value = value;
40 const element = document.getElementById(param);
42 const selectedSocs = [...element.selectedOptions].map(({ value }) => value);
46 element.value ? hashParams.set(param, element.value) : hashParams.delete(param);

12345678910>>...14