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

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

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

Configure the timer with a non default clock frequency

Loading content...

Provided methods

fn timers(self) -> (Timer1, Timer2)

Loading content...

Implementations on Foreign Types

impl TimerExt for TIMER[src]

Loading content...

Implementors

Loading content...