pub trait SdaPin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
SdaPin pin trait
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl SdaPin<I2C1> for PA10
Available on non-
afio only.impl SdaPin<I2C1> for PB7
Available on non-
afio only.impl SdaPin<I2C1> for PB9
Available on non-
afio only.impl SdaPin<I2C1> for PC14
Available on non-
afio only.impl SdaPin<I2C2> for PA6
Available on non-
afio only.impl SdaPin<I2C2> for PA10
Available on non-
afio only.impl SdaPin<I2C2> for PA12
Available on non-
afio only.impl SdaPin<I2C2> for PB4
Available on non-
afio only.impl SdaPin<I2C2> for PB11
Available on non-
afio only.impl SdaPin<I2C2> for PB14
Available on non-
afio only.