pub trait PinCh1<TIM> {
    fn into_alt_mode(self);
}

Required Methods

Implementors