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

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

Marker trait for pins with alternate function 4 mapping

Associated Types

Associated AFR register

Implementors