Module microbit::hal::rtc [−][src]
Expand description
A high level interface for RTC peripherals.
Structs
| Rtc | An opaque high level interface to an RTC peripheral. |
Enums
| Error | Error types associated with the RTC peripheral interface. |
| RtcCompareReg | Compare registers available on the RTCn. |
| RtcInterrupt | Interrupts/Events that can be generated by the RTCn peripheral. |
Traits
| Instance | Implemented by all RTC instances. |