Trait stm32f103xx_hal::pwm::Pins [] [src]

pub trait Pins<TIM> {
    type Channels;

    const REMAP: u8;
    const C1: bool;
    const C2: bool;
    const C3: bool;
    const C4: bool;
}

Associated Types

Associated Constants

Implementors