Function stm32f0xx_hal::pwm::tim3[][src]

pub fn tim3<P, PINS, T>(
    tim: TIM3,
    _pins: PINS,
    rcc: &mut Rcc,
    freq: T
) -> PINS::Channels where
    PINS: Pins<TIM3, P>,
    T: Into<Hertz>,