Searched refs:ord (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/subsys/storage/flash_map/ |
D | flash_map_default.c | 51 #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/ |
D | flash_map.h | 434 #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/ |
D | process_gperf.py | 68 addr_vals[ctr] = ord(addr_str[i + 1]) 72 addr_vals[ctr] = ord(addr_str[i])
|
D | elf_parser.py | 194 for ord, dev in devices.items(): 195 n = self.edt.dep_ord2node[ord]
|
/Zephyr-latest/scripts/coredump/gdbstubs/ |
D | gdbstub.py | 56 checksum += ord(ch) 61 in_chksum = ord(binascii.unhexlify(ch))
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 383 ep = str([ord(n) for n in endpoint]) 384 key = str([ord(n) for n in passwd])
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | jlink.py | 224 rev_str = chr(ord('a') + rev - 1) if rev else ''
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 131 .. _devicetree-dep-ord: 167 .. doxygengroup:: devicetree-dep-ord
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 1565 tok_val = ord(val) 1968 if esc[0] == ord("x") and len(esc) > 1:
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2722 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
|