SRAM_IO_SIZE
if (sram_io->offset + SRAM_IO_SIZE > SRAM_SIZE)
(uint8_t *)&sram_io->sram, SRAM_IO_SIZE);
if (sram_io->offset + SRAM_IO_SIZE > SRAM_SIZE)
SRAM_IO_SIZE);
unsigned char sram[SRAM_IO_SIZE];
for (i = 0; i < 256; i += SRAM_IO_SIZE) {
memcpy(¤t_values[i], buffer.sram, SRAM_IO_SIZE);
for (i = 0; i < 256; i += SRAM_IO_SIZE) {
SRAM_IO_SIZE) == 0)
memcpy(buffer.sram, &modified_values[i], SRAM_IO_SIZE);
for (i = 0; i < 256; i += SRAM_IO_SIZE) {
memcpy(buffer.sram, &modified_values[i], SRAM_IO_SIZE);