Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
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) | |
DECLARE_FAKE_VALUE_FUNC (int, fake_eeprom_write, const struct device *, off_t, const void *, size_t) | |
DECLARE_FAKE_VALUE_FUNC (size_t, fake_eeprom_size, const struct device *) | |
size_t | fake_eeprom_size_delegate (const struct device *dev) |
DECLARE_FAKE_VALUE_FUNC | ( | int | , |
fake_eeprom_read | , | ||
const struct device * | , | ||
off_t | , | ||
void * | , | ||
size_t | ) |
DECLARE_FAKE_VALUE_FUNC | ( | int | , |
fake_eeprom_write | , | ||
const struct device * | , | ||
off_t | , | ||
const void * | , | ||
size_t | ) |