Read a block from eeprom.
void NVMCTRL_Basic_read_eeprom_block( eeprom_adr_t eeprom_adr, uint8_t * data, size_t size )
Type: eeprom_adr_t typedef
The byte-address in eeprom to read from
Type: uint8_t *
Buffer to place read data into
Type: void
Nothing