[][src]Trait nrf52840_hal::prelude::RtcExt

pub trait RtcExt: Deref<Target = RegisterBlock> {
    fn constrain(self) -> Rtc<Self, Stopped>;
}

An extension trait for constructing the high level interface

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...