Midnight Sun Firmware
Loading...
Searching...
No Matches
UartSettings

UART Settings. More...

#include <uart.h>

Collaboration diagram for UartSettings:

Public Attributes

GpioAddress tx
 
GpioAddress rx
 
uint32_t baudrate
 
UartFlowControl flow_control
 

Detailed Description

UART Settings.

TX Pin will transmit data. RX pin will receive data. The baudrate is the number of symbols sent per second. Both devices must agree on the baudrate with a tolerance of +-3%. Flow control is of type UartFlowControl.

Member Data Documentation

◆ baudrate

uint32_t baudrate

Symbols per second

◆ flow_control

UartFlowControl flow_control

UART Flow control settings

◆ rx

GPIO Pin for UART RX

◆ tx

GPIO Pin for UART TX


The documentation for this struct was generated from the following file: