[][src]Trait nrf51_hal::rtc::Instance

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

Implemented by all RTC instances.

Associated Constants

pub const INTERRUPT: Interrupt[src]

The interrupt associated with this RTC instance.

Loading content...

Implementors

impl Instance for RTC0[src]

impl Instance for RTC1[src]

Loading content...