Trait Instance

Source
pub trait Instance: Deref<Target = RegisterBlock> + Sealed {
    const INTERRUPT: Interrupt;
}
Expand description

Implemented by all RTC instances.

Required Associated Constants§

Source

const INTERRUPT: Interrupt

The interrupt associated with this RTC instance.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl Instance for RTC0

Source§

const INTERRUPT: Interrupt = Interrupt::RTC0

Source§

impl Instance for RTC1

Source§

const INTERRUPT: Interrupt = Interrupt::RTC1

Source§

impl Instance for RTC2

Source§

const INTERRUPT: Interrupt = Interrupt::RTC2