pub trait SckPin<T: Instance, M: SubBlockInstance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
SckPin pin trait
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl SckPin<SAI1, A> for PE5
Available on non-
afio only.impl SckPin<SAI1, B> for PF8
Available on non-
afio only.impl SckPin<SAI2, A> for PD13
Available on non-
afio only.impl SckPin<SAI2, A> for PI5
Available on non-
afio only.impl SckPin<SAI2, B> for PA2
Available on non-
afio only.impl SckPin<SAI2, B> for PE12
Available on non-
afio only.impl SckPin<SAI2, B> for PH2
Available on non-
afio only.impl SckPin<SAI3, A> for PD0
Available on non-
afio only.impl SckPin<SAI3, B> for PD8
Available on non-
afio only.impl SckPin<SAI4, A> for PE5
Available on non-
afio only.impl SckPin<SAI4, B> for PF8
Available on non-
afio only.