Home
last modified time | relevance | path

Searched refs:element (Results 1 – 25 of 95) sorted by relevance

1234

/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/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);
Dcodesample-livesearch.js10 function removeHighlights(element) { argument
11 const marks = element.querySelectorAll("mark");
/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.
Dcfg_srv.rst12 must only be instantiated on the primary element.
Dsar_cfg_cli.rst29 An element can send any SAR Configuration Client message at any time to query or change the states
34 If present, the SAR Configuration Client model must only be instantiated on the primary element.
Dbrg_cfg_cli.rst16 element.
Daccess.rst15 thermostat. The mesh models are grouped into *elements*. Each element is
17 model. Conventionally, each element represents a single aspect of the mesh
20 element instantiating all the models required for a single aspect of the
23 The node's element and model structure is specified in the node composition
42 model in each element.
67 element (given that the utilized application key is present in the AppKey
120 Models may extend any number of models, from any element. When one model
121 extends another in the same element, the two models will share subscription
126 element it spans.
183 is mandatory for all mesh devices. It contains the element and model composition,
Dcfg_cli.rst21 primary element if present in the Composition Data.
Dbrg_cfg_srv.rst18 If present, the Bridge Configuration Server model must be instantiated on the primary element.
/Zephyr-latest/scripts/coccinelle/
Darray_size.cocci1 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
5 //# element or by any indexed element or the element type. It replaces the
/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/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/boards/element14/
Dindex.rst1 .. _boards-element-14:
/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/lib/libc/minimal/source/stdlib/
Dbsearch.c23 int (*cmp)(const void *key, const void *element)) in bsearch() argument
/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/subsys/fs/nvs/
DKconfig35 Enable a CRC-32 on the data part of each NVS element.
38 in the NVS data section, so 4 more bytes are needed per NVS element.
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-init.ld9 * boundary. To align with the C++ standard, the first element
11 * last element is NULL.
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_coverage.py366 for element in cov_platform:
373 if isinstance(element, list):
374 for nested_element in element:
377 args += ['--coverage-platform', element]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dquarantine.py144 def _is_element_matched(element: str, list_of_elements: list[re.Pattern]) -> bool:
146 return any(pattern.fullmatch(element) for pattern in list_of_elements)
/Zephyr-latest/samples/bluetooth/scan_adv/
DREADME.rst12 advertising packets with a manufacturer data element. The content of the
/Zephyr-latest/lib/libc/minimal/include/
Dstdlib.h37 int (*cmp)(const void *key, const void *element));
/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c295 struct threads_table_el *element = (struct threads_table_el *)arg; in nct_cleanup_handler() local
296 struct te_status_t *this = element->ts_status; in nct_cleanup_handler()
310 element->thread_idx, in nct_cleanup_handler()

1234