Function stm32f0xx_hal::pwm::tim16[][src]

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