Structure to hold the port and pin of SIO UART.

Public Attributes#

uint8_t

SIO UART TX port.

uint8_t

SIO UART TX pin.

uint8_t

SIO UART TX mux.

uint8_t

SIO UART TX pad.

uint8_t

SIO UART RX port.

uint8_t

SIO UART RX pin.

uint8_t

SIO UART RX mux.

uint8_t

SIO UART RX pad.

Public Attribute Documentation#

uart_tx_port#

uint8_t sl_sio_uart_t::uart_tx_port

SIO UART TX port.


uart_tx_pin#

uint8_t sl_sio_uart_t::uart_tx_pin

SIO UART TX pin.


uart_tx_mux#

uint8_t sl_sio_uart_t::uart_tx_mux

SIO UART TX mux.


uart_tx_pad#

uint8_t sl_sio_uart_t::uart_tx_pad

SIO UART TX pad.


uart_rx_port#

uint8_t sl_sio_uart_t::uart_rx_port

SIO UART RX port.


uart_rx_pin#

uint8_t sl_sio_uart_t::uart_rx_pin

SIO UART RX pin.


uart_rx_mux#

uint8_t sl_sio_uart_t::uart_rx_mux

SIO UART RX mux.


uart_rx_pad#

uint8_t sl_sio_uart_t::uart_rx_pad

SIO UART RX pad.