WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
warpos::UartConfig_t Struct Reference

Struct type definition for UART configuration interface. More...

#include <Platform.h>

Public Attributes

const char * device
uint32 baud_rate
int8 parity
uint8 data_bits
uint8 stop_bits

Detailed Description

Struct type definition for UART configuration interface.

Member Data Documentation

◆ baud_rate

uint32 warpos::UartConfig_t::baud_rate

◆ data_bits

uint8 warpos::UartConfig_t::data_bits

◆ device

const char* warpos::UartConfig_t::device

◆ parity

int8 warpos::UartConfig_t::parity

◆ stop_bits

uint8 warpos::UartConfig_t::stop_bits

The documentation for this struct was generated from the following file:
  • /Users/mickey/Documents/Projects/warptwin/warpos/src/flight/Platform.h