[−][src]Struct bl602_hal::gpio::uart_sig::UartMux7
Uart multiplexer peripherals for signal 7
Implementations
impl<MODE> UartMux7<MODE>
[src][−]
pub fn into_uart0_rts(self) -> UartMux7<Uart0Rts>
[src][−]
Configure the internal UART signal to UART0-RTS
pub fn into_uart0_cts(self) -> UartMux7<Uart0Cts>
[src][−]
Configure the internal UART signal to UART0-CTS
pub fn into_uart0_tx(self) -> UartMux7<Uart0Tx>
[src][−]
Configure the internal UART signal to UART0-TX
pub fn into_uart0_rx(self) -> UartMux7<Uart0Rx>
[src][−]
Configure the internal UART signal to UART0-RX
pub fn into_uart1_rts(self) -> UartMux7<Uart1Rts>
[src][−]
Configure the internal UART signal to UART1-RTS
pub fn into_uart1_cts(self) -> UartMux7<Uart1Cts>
[src][−]
Configure the internal UART signal to UART1-CTS
pub fn into_uart1_tx(self) -> UartMux7<Uart1Tx>
[src][−]
Configure the internal UART signal to UART1-TX
pub fn into_uart1_rx(self) -> UartMux7<Uart1Rx>
[src][−]
Configure the internal UART signal to UART1-RX
Auto Trait Implementations
impl<MODE> Send for UartMux7<MODE> where
MODE: Send,
MODE: Send,
impl<MODE> Sync for UartMux7<MODE> where
MODE: Sync,
MODE: Sync,
impl<MODE> Unpin for UartMux7<MODE> where
MODE: Unpin,
MODE: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,