Zephyr API 3.6.99
|
Go to the source code of this file.
Functions | |
static int | emul_bbram_backend_set_data (const struct emul *target, size_t offset, size_t count, const uint8_t *data) |
Set the expected data in the bbram region. | |
static int | emul_bbram_backend_get_data (const struct emul *target, size_t offset, size_t count, uint8_t *data) |
Get the expected data in the bbram region. | |