pub struct TxPinConfigWithValidPin<'d, P>where
P: NotContainsValidSignalPin + TxPins + ConfigurePins + 'd,{ /* private fields */ }Expand description
Pin configuration with an additional pin for the valid signal.
Implementations§
Source§impl<'d, P> TxPinConfigWithValidPin<'d, P>where
P: NotContainsValidSignalPin + TxPins + ConfigurePins + 'd,
impl<'d, P> TxPinConfigWithValidPin<'d, P>where
P: NotContainsValidSignalPin + TxPins + ConfigurePins + 'd,
Sourcepub fn new(tx_pins: P, valid_pin: impl PeripheralOutput<'d>) -> Self
pub fn new(tx_pins: P, valid_pin: impl PeripheralOutput<'d>) -> Self
Create a TxPinConfigWithValidPin
Auto Trait Implementations§
impl<'d, P> Freeze for TxPinConfigWithValidPin<'d, P>where
P: Freeze,
impl<'d, P> RefUnwindSafe for TxPinConfigWithValidPin<'d, P>where
P: RefUnwindSafe,
impl<'d, P> Send for TxPinConfigWithValidPin<'d, P>where
P: Send,
impl<'d, P> Sync for TxPinConfigWithValidPin<'d, P>where
P: Sync,
impl<'d, P> Unpin for TxPinConfigWithValidPin<'d, P>where
P: Unpin,
impl<'d, P> !UnwindSafe for TxPinConfigWithValidPin<'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