I/O Stream USART context.

Public Attributes#

USART_TypeDef *

usart

CMU_Clock_TypeDef

Peripheral Clock.

GPIO_Port_TypeDef

Transmit port.

uint8_t

Transmit pin.

GPIO_Port_TypeDef

Receive port.

uint8_t

Receive pin.

Public Attribute Documentation#

context#

sl_iostream_uart_context_t sl_iostream_usart_context_t::context

usart_location


usart#

USART_TypeDef* sl_iostream_usart_context_t::usart

usart


clock#

CMU_Clock_TypeDef sl_iostream_usart_context_t::clock

Peripheral Clock.


tx_port#

GPIO_Port_TypeDef sl_iostream_usart_context_t::tx_port

Transmit port.


tx_pin#

uint8_t sl_iostream_usart_context_t::tx_pin

Transmit pin.


rx_port#

GPIO_Port_TypeDef sl_iostream_usart_context_t::rx_port

Receive port.


rx_pin#

uint8_t sl_iostream_usart_context_t::rx_pin

Receive pin.