embassy-rp

Crates

git

Versions

rp2040

Flavors

Module rtc

Source
Expand description

RTC driver.

Structs§

DateTime
Structure containing date and time information
DateTimeFilter
A filter used for RealTimeClock::schedule_alarm.
Rtc
A reference to the real time clock of the system

Enums§

DateTimeError
Errors regarding the DateTime and DateTimeFilter structs.
DayOfWeek
A day of the week
RtcError
Errors that can occur on methods on Rtc

Traits§

Instance
RTC peripheral instance.