pub struct RxClkInPin<'d> { /* private fields */ }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 PeripheralInput<'d>, sample_edge: SampleEdge) -> Self
 
pub fn new(pin: impl PeripheralInput<'d>, sample_edge: SampleEdge) -> Self
Create a new RxClkInPin