NVMCTRL_Basic_write_eeprom_byte

Write a byte to eeprom.

nvmctrl_status_t NVMCTRL_Basic_write_eeprom_byte(
    eeprom_adr_t eeprom_adr,
    uint8_t data
)

Parameters

eeprom_adr

Type: eeprom_adr_t typedef

The byte-address in eeprom to write to

data

Type: uint8_t

The byte to write

Returns

Type: nvmctrl_status_t

Status of write operation