Low-level RTC memory peripheral driver interface definitions. More...
Low-level RTC memory peripheral driver interface definitions.
Definition in file rtc_mem.h.
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
size_t | rtc_mem_size (void) |
Get the amount of RTC memory. | |
void | rtc_mem_read (unsigned offset, void *data, size_t len) |
Read from RTC memory. | |
void | rtc_mem_write (unsigned offset, const void *data, size_t len) |
Write to RTC memory. | |