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

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

Marker trait for pins with alternate function 15 mapping

Associated Types

Associated AFR register

Implementors