[−][src]Struct bl602_hal::gpio::uart_sig::UartMux2
Uart multiplexer peripherals for signal 2
Implementations
impl<MODE> UartMux2<MODE>
[src]
pub fn into_uart0_rts(self) -> UartMux2<Uart0Rts>
[src]
Configure the internal UART signal to UART0-RTS
pub fn into_uart0_cts(self) -> UartMux2<Uart0Cts>
[src]
Configure the internal UART signal to UART0-CTS
pub fn into_uart0_tx(self) -> UartMux2<Uart0Tx>
[src]
Configure the internal UART signal to UART0-TX
pub fn into_uart0_rx(self) -> UartMux2<Uart0Rx>
[src]
Configure the internal UART signal to UART0-RX
pub fn into_uart1_rts(self) -> UartMux2<Uart1Rts>
[src]
Configure the internal UART signal to UART1-RTS
pub fn into_uart1_cts(self) -> UartMux2<Uart1Cts>
[src]
Configure the internal UART signal to UART1-CTS
pub fn into_uart1_tx(self) -> UartMux2<Uart1Tx>
[src]
Configure the internal UART signal to UART1-TX
pub fn into_uart1_rx(self) -> UartMux2<Uart1Rx>
[src]
Configure the internal UART signal to UART1-RX
Auto Trait Implementations
impl<MODE> Send for UartMux2<MODE> where
MODE: Send,
MODE: Send,
impl<MODE> Sync for UartMux2<MODE> where
MODE: Sync,
MODE: Sync,
impl<MODE> Unpin for UartMux2<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,
fn borrow_mut(&mut self) -> &mut T
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,