[][src]Trait nrf52_hal_common::timer::TimerExt

pub trait TimerExt: Deref<Target = RegisterBlock> + Sized {
const INTERRUPT: Interrupt;

    fn constrain(self) -> Timer<Self>;
}

Associated Constants

Loading content...

Required methods

fn constrain(self) -> Timer<Self>

Loading content...

Implementations on Foreign Types

impl TimerExt for TIMER0[src]

impl TimerExt for TIMER1[src]

impl TimerExt for TIMER2[src]

impl TimerExt for TIMER3[src]

impl TimerExt for TIMER4[src]

Loading content...

Implementors

Loading content...