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

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

Marker trait for pins with alternate function 10 mapping

Associated Types

Associated AFR register

Implementors