Struct representing an I/O Stream LEUART context.

Public Attributes#

underlying uart context

LEUART_TypeDef *

leuart instance handle

CMU_Clock_TypeDef

Peripheral Clock.

GPIO_Port_TypeDef

Transmit port.

unsigned int

Transmit pin.

GPIO_Port_TypeDef

Receive port.

unsigned int

Receive pin.

Public Attribute Documentation#

context#

sl_iostream_uart_context_t sl_iostream_leuart_context_t::context

underlying uart context


leuart#

LEUART_TypeDef* sl_iostream_leuart_context_t::leuart

leuart instance handle


clock#

CMU_Clock_TypeDef sl_iostream_leuart_context_t::clock

Peripheral Clock.


tx_port#

GPIO_Port_TypeDef sl_iostream_leuart_context_t::tx_port

Transmit port.


tx_pin#

unsigned int sl_iostream_leuart_context_t::tx_pin

Transmit pin.


rx_port#

GPIO_Port_TypeDef sl_iostream_leuart_context_t::rx_port

Receive port.


rx_pin#

unsigned int sl_iostream_leuart_context_t::rx_pin

Receive pin.