Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 2 of 2) sorted by relevance

/SCP-firmware-master/debugger/src/cli/
A Dcli_commands_core.c77 uint8_t bytes[8] = { 0 }; in dump_memory_f() local
97 memcpy((void *)bytes, (void *)(addr + i), NUM_BYTES_PER_LINE); in dump_memory_f()
104 cli_printf(NONE, " %02x", bytes[j]); in dump_memory_f()
109 if ((bytes[j] >= 0x20) && (bytes[j] <= 0x7E)) in dump_memory_f()
111 fwk_io_putch(fwk_io_stdout, bytes[j]); in dump_memory_f()
/SCP-firmware-master/doc/
A Dframework.md78 - FMW_MEM0_SIZE: The size of the MEM0 region in bytes.
357 written to and read through a C structure. The size (bytes) of this space is

Completed in 4 milliseconds