Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_RTC_PROPERTIES Struct Reference

#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).

Field Documentation

◆ flags

uint32_t flags

Device flags (eg RTC_FLAG_ALARM).

◆ mintime

int64_t mintime

Minimum time value represented by the device (Normally the power on reset value).

◆ maxtime

int64_t maxtime

Maximum time value represented by the device (Time when a rollover will occur).

◆ alarmcount

uint32_t alarmcount

Number of alarms supported by the device (0 if not supported).


The documentation for this struct was generated from the following file: