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

pub trait TimerExt {
    fn timers<T>(self, frequency: T) -> (Timer1, Timer2)
    where
        T: Into<Hertz>
; }

Required methods

fn timers<T>(self, frequency: T) -> (Timer1, Timer2) where
    T: Into<Hertz>, 

Loading content...

Implementations on Foreign Types

impl TimerExt for TIMER[src]

Loading content...

Implementors

Loading content...