pub struct RxClkInPin<'d, P>where
P: InputPin,{ /* private fields */ }
Expand description
Wraps a GPIO pin which will be used as the RX clock input signal
Implementations§
Source§impl<'d, P> RxClkInPin<'d, P>where
P: InputPin,
impl<'d, P> RxClkInPin<'d, P>where
P: InputPin,
pub fn new( pin: impl Peripheral<P = P> + 'd, sample_edge: SampleEdge, ) -> RxClkInPin<'d, P>
Auto Trait Implementations§
impl<'d, P> Freeze for RxClkInPin<'d, P>where
P: Freeze,
impl<'d, P> RefUnwindSafe for RxClkInPin<'d, P>where
P: RefUnwindSafe,
impl<'d, P> Send for RxClkInPin<'d, P>where
P: Send,
impl<'d, P> Sync for RxClkInPin<'d, P>where
P: Sync,
impl<'d, P> Unpin for RxClkInPin<'d, P>where
P: Unpin,
impl<'d, P> !UnwindSafe for RxClkInPin<'d, P>
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