[][src]Trait stm32g0xx_hal::stopwatch::StopwatchExt

pub trait StopwatchExt {
    fn stopwatch(self, rcc: &mut Rcc) -> Stopwatch;
}

Required methods

fn stopwatch(self, rcc: &mut Rcc) -> Stopwatch

Loading content...

Implementors

impl StopwatchExt for TIM2[src]

Loading content...