|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Fake EEPROM driver API functions. More...
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} | |
Fake EEPROM driver API functions.