Lines Matching +full:2 +full:- +full:byte
2 # SPDX-License-Identifier: Apache-2.0
6 64-byte area with 2-byte prefix and 1-byte checksum with 61 usable bytes
10 compatible = "zephyr,memory-region", "mmio-sram";
12 zephyr,memory-region = "RetainedMem";
16 compatible = "zephyr,retained-ram";
18 #address-cells = <1>;
19 #size-cells = <1>;
36 "#address-cells":
43 "#size-cells":
57 type: uint8-array
63 data size). Value is size in bytes (0 for none, 1 for 8-bit CRC, 2 for
64 16-bit CRC, 4 for 32-bit CRC). Default is to not use a checksum.