ztimer periph/rtc backend More...
ztimer periph/rtc backend
This ztimer module implements a ztimer virtual clock on top of periph/rtc.
Files | |
| file | periph_rtc.h | 
| ztimer rtc/timer backend API  | |
Typedefs | |
| typedef ztimer_clock_t | ztimer_periph_rtc_t | 
| ztimer_periph_rtc structure definition  More... | |
Functions | |
| void | ztimer_periph_rtc_init (ztimer_periph_rtc_t *clock) | 
| ztimer rtc backend initialization function  More... | |
| typedef ztimer_clock_t ztimer_periph_rtc_t | 
ztimer_periph_rtc structure definition
rtc has no private fields, thus this is just a typedef to ztimer_clock_t.
Definition at line 37 of file periph_rtc.h.
| void ztimer_periph_rtc_init | ( | ztimer_periph_rtc_t * | clock | ) | 
ztimer rtc backend initialization function
| [in,out] | clock | ztimer_periph_rtc object to initialize |