pub trait Instance: Deref<Target = RegisterBlock> + Sealed { const INTERRUPT: Interrupt; }
Implemented by all RTC instances.
The interrupt associated with this RTC instance.