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