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

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

Marker trait for pins with alternate function 6 mapping

Associated Types

Associated AFR register

Implementors