pub trait SdPin<T: Instance, M: SubBlockInstance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
SdPin 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 SdPin<SAI1, A> for PA10
Available on non-
afio only.impl SdPin<SAI1, A> for PC1
Available on non-
afio only.impl SdPin<SAI1, A> for PC3
Available on non-
afio only.impl SdPin<SAI1, A> for PD6
Available on non-
afio only.impl SdPin<SAI1, A> for PE6
Available on non-
afio only.impl SdPin<SAI1, B> for PA13
Available on non-
afio only.impl SdPin<SAI1, B> for PB5
Available on non-
afio only.impl SdPin<SAI1, B> for PE3
Available on non-
afio only.impl SdPin<SAI1, B> for PE7
Available on non-
afio only.impl SdPin<SAI2, A> for PB15
Available on non-
afio only.impl SdPin<SAI2, A> for PD11
Available on non-
afio only.impl SdPin<SAI2, A> for PG12
Available on non-
afio only.impl SdPin<SAI2, B> for PC12
Available on non-
afio only.