Trait nrf9160_hal::rtc::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.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Instance for RTC0_NS

source§

const INTERRUPT: Interrupt = Interrupt::RTC0

source§

impl Instance for RTC1_NS

source§

const INTERRUPT: Interrupt = Interrupt::RTC1