[][src]Trait nrf52832_hal::rtc::Instance

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

Implemented by all RTC instances

Associated Constants

const INTERRUPT: Interrupt

This interrupt associated with this RTC instance

Loading content...

Implementors

impl Instance for RTC0[src]

impl Instance for RTC1[src]

impl Instance for RTC2[src]

Loading content...