mss_uart_loopback_t

Type Alias mss_uart_loopback_t 

Source
pub type mss_uart_loopback_t = c_uint;
Expand description

/ /** This enumeration specifies the loopback configuration of the UART. It provides the allowed values for the MSS_UART_set_loopback() function’s loopback parameter. Use MSS_UART_LOCAL_LOOPBACK_ON to set up the UART to locally loopback its Tx and Rx lines. Use MSS_UART_REMOTE_LOOPBACK_ON to set up the UART in remote loopback mode.