[][src]Struct bl602_hal::gpio::uart_sig::UartMux1

pub struct UartMux1<MODE> { /* fields omitted */ }

Uart multiplexer peripherals for signal 1

Implementations

impl<MODE> UartMux1<MODE>[src]

pub fn into_uart0_rts(self) -> UartMux1<Uart0Rts>[src]

Configure the internal UART signal to UART0-RTS

pub fn into_uart0_cts(self) -> UartMux1<Uart0Cts>[src]

Configure the internal UART signal to UART0-CTS

pub fn into_uart0_tx(self) -> UartMux1<Uart0Tx>[src]

Configure the internal UART signal to UART0-TX

pub fn into_uart0_rx(self) -> UartMux1<Uart0Rx>[src]

Configure the internal UART signal to UART0-RX

pub fn into_uart1_rts(self) -> UartMux1<Uart1Rts>[src]

Configure the internal UART signal to UART1-RTS

pub fn into_uart1_cts(self) -> UartMux1<Uart1Cts>[src]

Configure the internal UART signal to UART1-CTS

pub fn into_uart1_tx(self) -> UartMux1<Uart1Tx>[src]

Configure the internal UART signal to UART1-TX

pub fn into_uart1_rx(self) -> UartMux1<Uart1Rx>[src]

Configure the internal UART signal to UART1-RX

Auto Trait Implementations

impl<MODE> Send for UartMux1<MODE> where
    MODE: Send

impl<MODE> Sync for UartMux1<MODE> where
    MODE: Sync

impl<MODE> Unpin for UartMux1<MODE> where
    MODE: Unpin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.