[][src]Trait stm32l1xx_hal::delay::DelayExt

pub trait DelayExt {
    fn delay(self, clocks: Clocks) -> Delay;
}

Required methods

fn delay(self, clocks: Clocks) -> Delay

Loading content...

Implementors

impl DelayExt for SYST[src]

Loading content...