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

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

Marker trait for pins with alternate function 12 mapping

Associated Types

Associated AFR register

Implementors