Zephyr API Documentation 4.0.0-rc3
A Scalable Open Source RTOS
|
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. | |