![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <rtc.h>
Data Fields | |
| uint32_t | flags |
| Device flags (eg RTC_FLAG_ALARM). | |
| int64_t | mintime |
| Minimum time value represented by the device (Normally the power on reset value). | |
| int64_t | maxtime |
| Maximum time value represented by the device (Time when a rollover will occur). | |
| uint32_t | alarmcount |
| Number of alarms supported by the device (0 if not supported). | |
| uint32_t flags |
Device flags (eg RTC_FLAG_ALARM).
| int64_t mintime |
Minimum time value represented by the device (Normally the power on reset value).
| int64_t maxtime |
Maximum time value represented by the device (Time when a rollover will occur).
| uint32_t alarmcount |
Number of alarms supported by the device (0 if not supported).