Crate rv3028c7_rtc

Source

Structs§

Duration
ISO 8601 time duration with nanosecond precision.
NaiveDate
ISO 8601 calendar date without timezone. Allows for every proleptic Gregorian date from Jan 1, 262145 BCE to Dec 31, 262143 CE. Also supports the conversion from ISO 8601 ordinal and week date.
NaiveDateTime
ISO 8601 combined date and time without timezone.
NaiveTime
ISO 8601 time without timezone. Allows for the nanosecond precision and optional leap second representation.
RV3028
RV-3028-C7 Extreme Low Power Real-Time Clock (RTC) Module with I2C-Bus Interface rust no_std driver (utilizes the embedded_hal i2c interface)

Enums§

TrickleChargeCurrentLimiter
Weekday
The day of week.

Constants§

TS_EVENT_SOURCE_BSF
Event log source is external interrupt EVI (default)
TS_EVENT_SOURCE_EVI

Traits§

DateTimeAccess
Real-Time Clock / Calendar DateTimeAccess trait to read/write a complete date/time.
Datelike
The common set of methods for date component.
EventTimeStampLogger
Timelike
The common set of methods for time component.