Crate rx8900

Crate rx8900 

Source
Expand description

A no_std compatible driver for the RX8900 real-time clock (RTC) chip, intended for use in embedded systems where no standard library is available.

Structs§

Rx8900
A struct representing the RX8900 RTC device interfaced over I2C.

Enums§

AlarmType
Represents different types of alarms that can be configured.
CompensationIntervalType
Represents the intervals at which temperature compensation is applied.
FoutFrequency
Represents the frequency of the fout (frequency out) pin output.
SourceClock
Represents the possible clock sources for triggering events.
UpdateInterruptType
Represents the frequency at which update interrupts are generated.