Struct esp32c2_hal::uart::AllPins
source · pub struct AllPins<'d, TX, RX, CTS, RTS>where
TX: OutputPin,
RX: InputPin,
CTS: InputPin,
RTS: OutputPin,{ /* private fields */ }
Expand description
All pins offered by UART
Implementations§
source§impl<'d, TX, RX, CTS, RTS> AllPins<'d, TX, RX, CTS, RTS>where
TX: OutputPin,
RX: InputPin,
CTS: InputPin,
RTS: OutputPin,
impl<'d, TX, RX, CTS, RTS> AllPins<'d, TX, RX, CTS, RTS>where TX: OutputPin, RX: InputPin, CTS: InputPin, RTS: OutputPin,
Tx and Rx pins