NVMCTRL_Basic_write_eeprom_block

Write a block to eeprom.

nvmctrl_status_t NVMCTRL_Basic_write_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 write to

data

Type: uint8_t *

The buffer to write

Returns

Type: nvmctrl_status_t

Status of write operation