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
Auto Trait Implementations§
impl<'d> Freeze for RxClkInPin<'d>
impl<'d> RefUnwindSafe for RxClkInPin<'d>
impl<'d> Send for RxClkInPin<'d>
impl<'d> Sync for RxClkInPin<'d>
impl<'d> Unpin for RxClkInPin<'d>
impl<'d> UnsafeUnpin for RxClkInPin<'d>
impl<'d> !UnwindSafe for RxClkInPin<'d>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more