[][src]Trait nrf52832_hal::rtc::RtcExt

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

    fn constrain(self) -> Rtc<Self, Stopped>;
}

An extension trait for constructing the high level interface

Associated Constants

Loading content...

Required methods

fn constrain(self) -> Rtc<Self, Stopped>

Loading content...

Implementors

impl RtcExt for RTC0[src]

impl RtcExt for RTC1[src]

impl RtcExt for RTC2[src]

Loading content...