Module serpente::rtc[][src]

Expand description

Real-time clock/counter

Structs

Datetime represents an RTC clock/calendar value.

Rtc represents the RTC peripheral for either clock/calendar or timer mode.

Helper type for computing cycles and divider given frequency

Enums

ClockMode represents the Clock/Alarm mode

Count32Mode represents the 32-bit counter mode. This is a free running count-up timer, the counter value is preserved when using the CountDown / Periodic traits (which are using the compare register only).

Traits

RtcMode represents the mode of the RTC