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