NVMCTRL_Basic_read_eeprom_byte

Read a byte from eeprom.

uint8_t NVMCTRL_Basic_read_eeprom_byte(
    eeprom_adr_t eeprom_adr
)

Parameters

eeprom_adr

Type: eeprom_adr_t typedef

The byte-address in eeprom to read from

Returns

Type: uint8_t

The read byte