Home
last modified time | relevance | path

Searched refs:elements (Results 1 – 25 of 71) sorted by relevance

123

/Zephyr-latest/tests/lib/json/src/
Dmain.c46 struct elt elements[10]; member
108 JSON_OBJ_DESCR_OBJ_ARRAY(struct obj_array, elements, 10, num_elements,
492 .elements = { in ZTEST()
545 zassert_str_equal(obj_array_array_ts.elements[0].name, in ZTEST()
548 zassert_equal(obj_array_array_ts.elements[0].height, 168, in ZTEST()
551 zassert_str_equal(obj_array_array_ts.elements[1].name, "Pel\303\251", in ZTEST()
553 zassert_equal(obj_array_array_ts.elements[1].height, 173, in ZTEST()
556 zassert_str_equal(obj_array_array_ts.elements[2].name, "Usain Bolt", in ZTEST()
558 zassert_equal(obj_array_array_ts.elements[2].height, 195, in ZTEST()
565 .elements = { in ZTEST()
[all …]
/Zephyr-latest/cmake/
Dcfb.cmake8 width # Width of the CFB font elements in pixels
9 height # Height of the CFB font elements in pixels
32 width # Width of the CFB font elements in pixels
33 height # Height of the CFB font elements in pixels
50 width # Width of the CFB font elements in pixels
51 height # Height of the CFB font elements in pixels
/Zephyr-latest/tests/bluetooth/mesh_shell/src/
Dmain.c120 static const struct bt_mesh_elem elements[] = { variable
126 .elem = elements,
127 .elem_count = ARRAY_SIZE(elements),
/Zephyr-latest/tests/bluetooth/mesh/basic/src/
Dmain.c117 static const struct bt_mesh_elem elements[] = { variable
123 .elem = elements,
124 .elem_count = ARRAY_SIZE(elements),
/Zephyr-latest/scripts/generate_usb_vif/
Dgenerate_vif.py59 def add_elements_to_xml(xml_ele, elements): argument
60 for element_name in elements:
61 text = elements[element_name].get(other_constants.TEXT, None)
62 attributes = elements[element_name].get(other_constants.ATTRIBUTES,
66 if other_constants.CHILD in elements[element_name]:
68 elements[element_name][other_constants.CHILD])
/Zephyr-latest/samples/subsys/display/cfb_custom_font/
DREADME.rst12 This example generates a font with font elements for 6 sided dice from
14 to show the font elements on the display of a supported board.
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_op_agg.c122 static const struct bt_mesh_elem elements[] = {BT_MESH_ELEM( variable
131 .elem = elements,
132 .elem_count = ARRAY_SIZE(elements),
188 ASSERT_OK(dummy_vnd_mod_get(&elements[0].vnd_models[0], &ctx, i)); in common_init()
Dtest_sar.c134 static const struct bt_mesh_elem elements[] = {BT_MESH_ELEM( variable
145 .elem = elements,
146 .elem_count = ARRAY_SIZE(elements),
188 const struct bt_mesh_model *dummy_vnd_mod = &elements[0].vnd_models[0]; in cli_max_len_sdu_send()
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c108 static const struct bt_mesh_elem elements[] = { variable
114 .elem = elements,
115 .elem_count = ARRAY_SIZE(elements),
/Zephyr-latest/scripts/build/
Dgen_kobject_list.py219 def __init__(self, offset, elements, member_type): argument
220 self.elements = elements
243 *dimensions, stacksize = self.elements
260 for e in self.elements:
441 elements = []
453 elements.append(ub.value + 1)
462 elements.append(ub.value)
466 if not elements:
471 elements.append(1)
472 type_env[die.offset] = ArrayType(die.offset, elements, type_offset)
[all …]
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst20 The 3 remaining button/LED pairs are in elements 1 through 3.
22 the secondary elements will appear at 0x101, 0x102 and 0x103.
79 assigns sequential unicast addresses based on the number of elements
80 supported by the node. This example supports 4 elements per node.
83 health, and onoff. The secondary elements only
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dpopper.min.js7elements[y?w:m],E=_(n(j)?j:j.contextElement||d(e.elements.popper),c,l,s),P=p(e.elements.reference)… class in AnonymousFunction7648dcfe0100.Z.AnonymousFunction7648dcfe0f00.f
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs14 /* elements */
92 * @param {list} elements List of elements.
93 * @param {boolean} linkElements Whether to link elements (treat each element
96 function renderKconfigPropList(parent, title, elements, linkElements) { argument
97 if (elements.length === 0) {
114 elements.forEach(element => {
135 * @param {list} elements List of elements.
/Zephyr-latest/arch/x86/
Dgen_mmu.py662 elements = entry.split(',')
664 if len(elements) < 2:
670 one_map['phys'] = int(elements[0], 0)
671 one_map['size']= int(elements[1], 0)
675 if len(elements) > 2:
676 map_flags = elements[2]
697 if len(elements) > 3:
698 one_map['virt'] = int(elements[3], 16)
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_registry.c1493 struct lwm2m_time_series_elem elements; in lwm2m_engine_cache_write() local
1500 elements.t = time(NULL); in lwm2m_engine_cache_write()
1502 if (elements.t <= 0) { in lwm2m_engine_cache_write()
1509 elements.u32 = *(uint32_t *)value; in lwm2m_engine_cache_write()
1513 elements.u16 = *(uint16_t *)value; in lwm2m_engine_cache_write()
1517 elements.u8 = *(uint8_t *)value; in lwm2m_engine_cache_write()
1521 elements.i64 = *(int64_t *)value; in lwm2m_engine_cache_write()
1526 elements.time = *(time_t *)value; in lwm2m_engine_cache_write()
1528 elements.time = (time_t) *((uint32_t *)value); in lwm2m_engine_cache_write()
1536 elements.i32 = *(int32_t *)value; in lwm2m_engine_cache_write()
[all …]
/Zephyr-latest/tests/crypto/tinycrypt/src/
Dctr_prng.c543 int elements; in ZTEST() local
548 elements = (int)sizeof(vectors) / sizeof(vectors[0]); in ZTEST()
549 for (i = 0; i < elements; i++) { in ZTEST()
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c259 static const struct bt_mesh_elem elements[] = { variable
265 .elem = elements,
266 .elem_count = ARRAY_SIZE(elements),
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c498 static const struct bt_mesh_elem elements[] = { variable
504 .elem = elements,
505 .elem_count = ARRAY_SIZE(elements),
641 return elements[0].rt->addr != BT_MESH_ADDR_UNASSIGNED; in mesh_is_initialized()
646 return elements[0].rt->addr; in mesh_get_addr()
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c62 static const struct bt_mesh_elem elements[] = { variable
68 .elem = elements,
69 .elem_count = ARRAY_SIZE(elements),
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c239 static const struct bt_mesh_elem elements[] = { variable
248 .elem = elements,
249 .elem_count = ARRAY_SIZE(elements),
/Zephyr-latest/tests/net/lib/http_header_fields/src/
Dmain.c591 unsigned int elements; in ZTEST() local
595 elements = ARRAY_SIZE(url_tests); in ZTEST()
596 for (i = 0U; i < elements; i++) { in ZTEST()
/Zephyr-latest/scripts/
Dcheckpatch.pl4478 my @elements = split(/($ops|;)/, $opline);
4488 foreach my $el (@elements) {
4498 for (my $n = 0; $n < $#elements; $n += 2) {
4504 $off += length($elements[$n]);
4509 if (length($opline) >= ($off + length($elements[$n + 1]))) {
4510 $cc = substr($opline, $off + length($elements[$n + 1]));
4515 $a = 'V' if ($elements[$n] ne '');
4516 $a = 'W' if ($elements[$n] =~ /\s$/);
4517 $a = 'C' if ($elements[$n] =~ /$;$/);
4518 $a = 'B' if ($elements[$n] =~ /(\[|\()$/);
[all …]
/Zephyr-latest/doc/kernel/iterable_sections/
Dindex.rst13 Iterable section elements are typically used by defining the data structure and
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/
DREADME.rst100 assigns sequential unicast addresses based on the number of elements
101 supported by the node. This example supports 2 elements per node.
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst9 constant-time access to the first (head) and last (tail) elements of
78 An slist containing three elements.

123