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

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

Marker trait for pins with alternate function 3 mapping

Associated Types

Associated AFR register

Implementors