Home
last modified time | relevance | path

Searched refs:ord (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/storage/flash_map/
Dflash_map_default.c51 #define DEFINE_PARTITION_1(part, ord) \ argument
53 (DEFINE_PARTITION_0(part, ord)), ())
54 #define DEFINE_PARTITION_0(part, ord) \ argument
55 const struct flash_area DT_CAT(global_fixed_partition_ORD_, ord) = { \
/Zephyr-latest/include/zephyr/storage/
Dflash_map.h434 #define FIXED_PARTITION_0(ord) \ argument
435 ((const struct flash_area *)&DT_CAT(global_fixed_partition_ORD_, ord))
438 #define DECLARE_PARTITION_0(ord) \ argument
439 extern const struct flash_area DT_CAT(global_fixed_partition_ORD_, ord);
/Zephyr-latest/scripts/build/
Dprocess_gperf.py68 addr_vals[ctr] = ord(addr_str[i + 1])
72 addr_vals[ctr] = ord(addr_str[i])
Delf_parser.py194 for ord, dev in devices.items():
195 n = self.edt.dep_ord2node[ord]
/Zephyr-latest/scripts/coredump/gdbstubs/
Dgdbstub.py56 checksum += ord(ch)
61 in_chksum = ord(binascii.unhexlify(ch))
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py383 ep = str([ord(n) for n in endpoint])
384 key = str([ord(n) for n in passwd])
/Zephyr-latest/scripts/west_commands/runners/
Djlink.py224 rev_str = chr(ord('a') + rev - 1) if rev else ''
/Zephyr-latest/doc/build/dts/api/
Dapi.rst131 .. _devicetree-dep-ord:
167 .. doxygengroup:: devicetree-dep-ord
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py1565 tok_val = ord(val)
1968 if esc[0] == ord("x") and len(esc) > 1:
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2722 static bool ord_in_array(unsigned int ord, unsigned int *array, in ord_in_array() argument
2728 if (array[i] == ord) { in ord_in_array()
2763 #define ORD_IN_ARRAY(ord, array) ord_in_array(ord, array, ARRAY_SIZE(array)) in ZTEST() argument