pub trait Instance: Deref<Target = RegisterBlock> + Sealed {
const INTERRUPT: Interrupt;
}Expand description
Implemented by all RTC instances.
pub trait Instance: Deref<Target = RegisterBlock> + Sealed {
const INTERRUPT: Interrupt;
}Implemented by all RTC instances.