Lines Matching +full:0 +full:x0e
42 below all use the device name ``eeprom@0``.
51 uart:~$ eeprom size eeprom@0
59 byte. In the following example, the hexadecimal sequence of bytes ``0x0d 0x0e 0x0a 0x0d 0x0b 0x0e
60 0x0e 0x0f`` is written to offset ``0x0``:
64 uart:~$ eeprom write eeprom@0 0x0 0x0d 0x0e 0x0a 0x0d 0x0b 0x0e 0x0e 0x0f
70 subcommand. In the following example, the pattern ``0xaa`` is written to 16 bytes starting at offset
71 ``0x8``:
75 uart:~$ eeprom fill eeprom@0 0x8 16 0xaa
76 Writing 16 bytes of 0xaa to EEPROM...
89 uart:~$ eeprom read eeprom@0 0x0 8
90 Reading 8 bytes from EEPROM, offset 0...
91 00000000: 0d 0e 0a 0d 0b 0e 0e 0f |........ |