pub struct RxClkInPin<'d> { /* private fields */ }
Available on crate feature
unstable
only.Expand description
Wraps a GPIO pin which will be used as the RX clock input signal
Implementations§
Source§impl<'d> RxClkInPin<'d>
impl<'d> RxClkInPin<'d>
Sourcepub fn new(
pin: impl Peripheral<P = impl PeripheralInput> + 'd,
sample_edge: SampleEdge,
) -> Self
pub fn new( pin: impl Peripheral<P = impl PeripheralInput> + 'd, sample_edge: SampleEdge, ) -> Self
Create a new RxClkInPin