NVMCTRL_Basic_read_eeprom_block

Read a block from eeprom.

void NVMCTRL_Basic_read_eeprom_block(
    eeprom_adr_t eeprom_adr,
    uint8_t * data,
    size_t size
)

Parameters

eeprom_adr

Type: eeprom_adr_t typedef

The byte-address in eeprom to read from

data

Type: uint8_t *

Buffer to place read data into

Returns

Type: void

Nothing