Home
last modified time | relevance | path

Searched refs:retention_write (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/retention/
Dbootmode.c40 return retention_write(boot_mode_dev, 0, &boot_mode, sizeof(boot_mode)); in bootmode_set()
Dretention.c287 int retention_write(const struct device *dev, off_t offset, const uint8_t *buffer, size_t size) in retention_write() function
399 .write = retention_write,
/Zephyr-Core-3.7.0/include/zephyr/retention/
Dretention.h98 int retention_write(const struct device *dev, off_t offset, const uint8_t *buffer, size_t size);