Crate rv3028c7_rtc
source ·Structs
- ISO 8601 time duration with nanosecond precision.
- 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.
- ISO 8601 combined date and time without timezone.
- ISO 8601 time without timezone. Allows for the nanosecond precision and optional leap second representation.
- 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
- The day of week.
Constants
- Event log source is external interrupt EVI (default)
Traits
- Real-Time Clock / Calendar DateTimeAccess trait to read/write a complete date/time.
- The common set of methods for date component.
- The common set of methods for time component.