Loading...
Searching...
No Matches

Low-level RTC memory peripheral driver interface definitions. More...

Detailed Description

Low-level RTC memory peripheral driver interface definitions.

Author
Benjamin Valentin benja.nosp@m.min..nosp@m.valen.nosp@m.tin@.nosp@m.ml-pa.nosp@m..com

Definition in file rtc_mem.h.

#include <stddef.h>
#include <stdint.h>
+ Include dependency graph for rtc_mem.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.