[]Trait dwm1001::prelude::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

const INTERRUPT: Interrupt

Loading content...

Required methods

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

Loading content...

Implementations on Foreign Types

impl RtcExt for RTC0

impl RtcExt for RTC2

impl RtcExt for RTC1

Loading content...

Implementors

Loading content...