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

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

Required methods

Configure the timer with a non default clock frequency

Provided methods

Implementations on Foreign Types

Implementors