Trait stm32f3xx_hal::gpio::marker::IntoAf1[][src]

pub trait IntoAf1 {
    type AFR: Afr;
}
Expand description

Marker trait for pins with alternate function 1 mapping

Associated Types

Associated AFR register

Implementors