Trait embassy_stm32::fmc::NBL0Pin
source · pub trait NBL0Pin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}
Expand description
NBL0Pin pin trait
Required Methods§
Object Safety§
This trait is not object safe.