Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
emul_bbram.h File Reference
#include <zephyr/drivers/emul.h>
#include <stdint.h>

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.