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