[][src]Trait esp8266_hal::timer::TimerExt

pub trait TimerExt {
    fn timers(self, frequency: u32) -> (Timer1, Timer2);
}

Required methods

fn timers(self, frequency: u32) -> (Timer1, Timer2)

Loading content...

Implementations on Foreign Types

impl TimerExt for TIMER[src]

Loading content...

Implementors

Loading content...