Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
eeprom_fake.h File Reference

Fake EEPROM driver API functions. More...

#include <zephyr/drivers/eeprom.h>
#include <zephyr/fff.h>

Go to the source code of this file.

Functions

 DECLARE_FAKE_VALUE_FUNC (int, fake_eeprom_read, const struct device *, off_t, void *, size_t)
 @fake_of{eeprom_driver_api::read}
 DECLARE_FAKE_VALUE_FUNC (int, fake_eeprom_write, const struct device *, off_t, const void *, size_t)
 @fake_of{eeprom_driver_api::write}
 DECLARE_FAKE_VALUE_FUNC (size_t, fake_eeprom_size, const struct device *)
 @fake_of{eeprom_driver_api::size}

Detailed Description

Fake EEPROM driver API functions.