[−][src]Trait esp8266_hal::uart::UART0Ext
Required methods
fn serial(
self,
tdx: Gpio1<UART>,
rxd: Gpio3<UART>,
cts: Gpio13<UART>,
rts: Gpio15<UART>
) -> UART0Serial
self,
tdx: Gpio1<UART>,
rxd: Gpio3<UART>,
cts: Gpio13<UART>,
rts: Gpio15<UART>
) -> UART0Serial
Implementations on Foreign Types
impl UART0Ext for UART0
[src]
fn serial(
self,
txd: Gpio1<UART>,
rxd: Gpio3<UART>,
cts: Gpio13<UART>,
rts: Gpio15<UART>
) -> UART0Serial
[src]
self,
txd: Gpio1<UART>,
rxd: Gpio3<UART>,
cts: Gpio13<UART>,
rts: Gpio15<UART>
) -> UART0Serial