pub struct DatinCfg<'d, T: Instance, M: TransceiverMarker> { /* private fields */ }Expand description
Pin token: the transceiver gets a DATIN pin (AF already configured). Only
accepted by the configure_pins slot belonging to M’s transceiver.
Trait Implementations§
Source§impl<'d, T: Instance, M: TransceiverMarker> ChannelCfg<'d, T, M> for DatinCfg<'d, T, M>
impl<'d, T: Instance, M: TransceiverMarker> ChannelCfg<'d, T, M> for DatinCfg<'d, T, M>
Auto Trait Implementations§
impl<'d, T, M> !UnwindSafe for DatinCfg<'d, T, M>
impl<'d, T, M> Freeze for DatinCfg<'d, T, M>
impl<'d, T, M> RefUnwindSafe for DatinCfg<'d, T, M>
impl<'d, T, M> Send for DatinCfg<'d, T, M>
impl<'d, T, M> Sync for DatinCfg<'d, T, M>
impl<'d, T, M> Unpin for DatinCfg<'d, T, M>
impl<'d, T, M> UnsafeUnpin for DatinCfg<'d, T, M>
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