pub struct TxRxPins<'d, TX, RX>where
TX: OutputPin,
RX: InputPin,{
pub tx: Option<PeripheralRef<'d, TX>>,
pub rx: Option<PeripheralRef<'d, RX>>,
}
Fields§
§tx: Option<PeripheralRef<'d, TX>>
§rx: Option<PeripheralRef<'d, RX>>
pub struct TxRxPins<'d, TX, RX>where
TX: OutputPin,
RX: InputPin,{
pub tx: Option<PeripheralRef<'d, TX>>,
pub rx: Option<PeripheralRef<'d, RX>>,
}
tx: Option<PeripheralRef<'d, TX>>
§rx: Option<PeripheralRef<'d, RX>>