pub trait DatinPin<T, M>: Pinwhere
T: Instance,
M: TransceiverMarker,{
// Required method
fn af_num(&self) -> u8;
}Expand description
Associates a DFSDM data-input pin with a transceiver.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<T: Instance, P> DatinPin<T, Tcv0> for Pwhere
P: Datin0Pin<T>,
Available on non-
afio only.impl<T: Instance, P> DatinPin<T, Tcv1> for Pwhere
P: Datin1Pin<T>,
Available on non-
afio only.impl<T: Instance, P> DatinPin<T, Tcv2> for Pwhere
P: Datin2Pin<T>,
Available on non-
afio only.impl<T: Instance, P> DatinPin<T, Tcv3> for Pwhere
P: Datin3Pin<T>,
Available on non-
afio only.impl<T: Instance, P> DatinPin<T, Tcv4> for Pwhere
P: Datin4Pin<T>,
Available on non-
afio only.impl<T: Instance, P> DatinPin<T, Tcv5> for Pwhere
P: Datin5Pin<T>,
Available on non-
afio only.impl<T: Instance, P> DatinPin<T, Tcv6> for Pwhere
P: Datin6Pin<T>,
Available on non-
afio only.impl<T: Instance, P> DatinPin<T, Tcv7> for Pwhere
P: Datin7Pin<T>,
Available on non-
afio only.