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

Required Methods

Implementors