Trait stm32f4xx_hal::pwm::Pins[][src]

pub trait Pins<TIM, P> {
    type Channels;

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

Associated Types

Associated Constants

Implementations on Foreign Types

Implementors