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

Required Methods

Implementations on Foreign Types

Implementors