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