4.43.17 void eeprom_write_block
void eeprom_write_block(const void *__src, void *__dst, size_t __n)
Write a block of __n bytes to EEPROM address __dst from __src.
Note:
The argument order is mismatch with common functions like strcpy().
void eeprom_write_block(const void *__src, void *__dst, size_t __n)
The argument order is mismatch with common functions like strcpy().
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.