Home
last modified time | relevance | path

Searched full:array (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/tests/test-bindings/
Dprops.yaml18 array:
19 type: array
21 uint8-array:
22 type: uint8-array
28 string-array:
29 type: string-array
37 phandle-array-foos:
38 type: phandle-array
40 phandle-array-foo-names:
41 type: string-array
[all …]
Ddefaults.yaml13 array:
14 type: array
18 uint8-array:
19 type: uint8-array
28 string-array:
29 type: string-array
/Zephyr-Core-2.7.6/dts/bindings/display/
Dilitek,ili9341.yaml14 type: uint8-array
20 type: uint8-array
26 type: uint8-array
32 type: uint8-array
38 type: uint8-array
44 type: uint8-array
50 type: uint8-array
56 type: uint8-array
62 type: uint8-array
68 type: uint8-array
[all …]
Dsitronix,st7735r.yaml12 type: phandle-array
21 type: phandle-array
60 type: uint8-array
65 type: uint8-array
70 type: uint8-array
75 type: uint8-array
80 type: uint8-array
85 type: uint8-array
90 type: uint8-array
95 type: uint8-array
[all …]
Dilitek,ili9340.yaml13 type: uint8-array
19 type: uint8-array
25 type: uint8-array
32 type: uint8-array
38 type: uint8-array
44 type: uint8-array
50 type: uint8-array
56 type: uint8-array
78 type: uint8-array
Dsitronix,st7789v.yaml13 type: phandle-array
22 type: phandle-array
91 type: uint8-array
96 type: uint8-array
101 type: uint8-array
106 type: uint8-array
111 type: uint8-array
116 type: uint8-array
121 type: uint8-array
Dsolomon,ssd16xx.yaml32 type: uint8-array
37 type: uint8-array
52 type: uint8-array
62 type: phandle-array
71 type: phandle-array
80 type: phandle-array
89 type: uint8-array
93 type: uint8-array
Dilitek,ili9488.yaml12 type: uint8-array
18 type: uint8-array
25 type: uint8-array
31 type: uint8-array
37 type: uint8-array
43 type: uint8-array
65 type: uint8-array
/Zephyr-Core-2.7.6/dts/bindings/modem/
Dswir,hl7800.yaml18 type: phandle-array
22 type: phandle-array
26 type: phandle-array
30 type: phandle-array
34 type: phandle-array
38 type: phandle-array
42 type: phandle-array
46 type: phandle-array
50 type: phandle-array
Dwnc,m14a2a.yaml15 type: phandle-array
19 type: phandle-array
23 type: phandle-array
27 type: phandle-array
31 type: phandle-array
35 type: phandle-array
Dquectel,bg9x.yaml15 type: phandle-array
19 type: phandle-array
23 type: phandle-array
27 type: phandle-array
/Zephyr-Core-2.7.6/dts/bindings/base/
Dbase.yaml19 type: string-array
24 type: array
29 type: string-array
34 type: array
38 # Does not follow the 'type: phandle-array' scheme, but gets type-checked
47 type: string-array
62 type: phandle-array
67 type: string-array
83 type: phandle-array
88 type: string-array
[all …]
/Zephyr-Core-2.7.6/dts/bindings/ethernet/
Dsilabs,gecko-ethernet.yaml40 type: array
45 type: array
51 type: array
56 type: array
61 type: array
66 type: array
71 type: array
76 type: array
81 type: array
86 type: array
[all …]
/Zephyr-Core-2.7.6/dts/bindings/ieee802154/
Dti,cc2520.yaml12 type: phandle-array
16 type: phandle-array
20 type: phandle-array
24 type: phandle-array
28 type: phandle-array
32 type: phandle-array
Datmel,rf2xx.yaml12 type: phandle-array
16 type: phandle-array
20 type: phandle-array
27 type: phandle-array
32 type: phandle-array
37 type: uint8-array
/Zephyr-Core-2.7.6/dts/bindings/test/
Dvnd,phandle-holder.yaml14 pha-gpios: {type: "phandle-array"}
15 gpios: {type: "phandle-array"}
16 foos: {type: "phandle-array"}
17 foo-names: {type: "string-array"}
18 pwms: {type: "phandle-array"}
19 pwm-names: {type: "string-array"}
Dvnd,array-holder.yaml4 description: Test array container
6 compatible: "vnd,array-holder"
11 a: {type: "array"}
12 b: {type: "uint8-array"}
13 c: {type: "string-array"}
/Zephyr-Core-2.7.6/tests/subsys/cpp/libcxx/src/
Dmain.cpp7 #include <array>
15 std::array<int, 4> array = {1, 2, 3, 4}; variable
20 zassert_equal(array.size(), 4, "unexpected size"); in test_array()
21 zassert_equal(array[0], 1, "array[0] wrong"); in test_array()
22 zassert_equal(array[3], 4, "array[3] wrong"); in test_array()
24 std::array<uint8_t, 2> local = {1, 2}; in test_array()
33 for (auto v : array) { in test_vector()
36 zassert_equal(vector.size(), array.size(), "vector store failed"); in test_vector()
/Zephyr-Core-2.7.6/include/data/
Djson.h85 } array; member
142 * @param sub_descr_ Array of json_obj_descr describing the subobject
177 * @brief Helper macro to declare a descriptor for an array of primitives
181 * @param max_len_ Maximum number of elements in array
183 * in the array
193 * struct json_obj_descr array[] = {
207 .array = { \
222 * @brief Helper macro to declare a descriptor for an array of objects
225 * @param field_name_ Field name in the struct containing the array
226 * @param max_len_ Maximum number of elements in the array
[all …]
/Zephyr-Core-2.7.6/dts/bindings/lora/
Dsemtech,sx127x-base.yaml9 type: phandle-array
18 type: phandle-array
37 type: phandle-array
43 type: phandle-array
49 type: phandle-array
55 type: phandle-array
61 type: phandle-array
Dsemtech,sx126x-base.yaml9 type: phandle-array
18 type: phandle-array
24 type: phandle-array
30 type: phandle-array
37 type: phandle-array
44 type: phandle-array
/Zephyr-Core-2.7.6/include/sys/
Dutil.h87 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
92 * @brief Zero if @p array has an array type, a compile error otherwise
96 #define IS_ARRAY(array) \
98 !__builtin_types_compatible_p(__typeof__(array), \
99 __typeof__(&(array)[0])))
102 * @brief Number of elements in the given @p array
104 * In C++, due to language limitations, this will accept as @p array
108 * In C, passing a pointer as @p array causes a compile error.
110 #define ARRAY_SIZE(array) \
111 ((long) (IS_ARRAY(array) + (sizeof(array) / sizeof((array)[0]))))
[all …]
Datomic.h95 * @brief Define an array of atomic variables.
97 * This macro defines an array of atomic variables containing at least
101 * If used from file scope, the bits of the array are initialized to zero;
110 * @param name Name of array of atomic variables.
120 * The target may be a single atomic variable or an array of them.
122 * @param target Address of atomic variable or array.
138 * The target may be a single atomic variable or an array of them.
140 * @param target Address of atomic variable or array.
159 * The target may be a single atomic variable or an array of them.
161 * @param target Address of atomic variable or array.
[all …]
/Zephyr-Core-2.7.6/dts/bindings/wifi/
Dinventek,eswifi.yaml12 type: phandle-array
16 type: phandle-array
20 type: phandle-array
24 type: phandle-array
/Zephyr-Core-2.7.6/dts/bindings/pinctrl/
Dite,it8xxx2-pinmux.yaml15 type: array
19 type: array
23 type: array
27 type: array

12345678910>>...24