Struct esp32c3_hal::uart::TxRxPins
source · 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>>