Searched refs:eeprom_emu_word_read (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/drivers/eeprom/ |
D | eeprom_emulator.c | 230 static int eeprom_emu_word_read(const struct device *dev, off_t address, in eeprom_emu_word_read() function 292 rc = eeprom_emu_word_read(dev, address - addr_jmp, buf); in eeprom_emu_flash_get() 361 rc = eeprom_emu_word_read(dev, rd_offset, buf); in eeprom_emu_compactor() 441 rc = eeprom_emu_word_read(dev, address, buf); in eeprom_emu_word_write() 494 rc = eeprom_emu_word_read(dev, address - addr_jmp, buf); in eeprom_emu_flash_set() 709 rc = eeprom_emu_word_read(dev, offset, buf); in eeprom_emu_init()
|