[][src]Trait esp8266_hal::uart::UART0Ext

pub trait UART0Ext {
    fn serial(
        self,
        tdx: Gpio1<UART>,
        rxd: Gpio3<UART>,
        cts: Gpio13<UART>,
        rts: Gpio15<UART>
    ) -> UART0Serial; }

Required methods

fn serial(
    self,
    tdx: Gpio1<UART>,
    rxd: Gpio3<UART>,
    cts: Gpio13<UART>,
    rts: Gpio15<UART>
) -> UART0Serial

Loading content...

Implementations on Foreign Types

impl UART0Ext for UART0[src]

Loading content...

Implementors

Loading content...