![]() |
ModelSpace
Documentation for ModelSpace models and classes.
|
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 |
Struct type definition for UART configuration interface.
| uint32 cfspp::UartConfig_t::baud_rate |
| uint8 cfspp::UartConfig_t::data_bits |
| const char* cfspp::UartConfig_t::device |
| int8 cfspp::UartConfig_t::parity |
| uint8 cfspp::UartConfig_t::stop_bits |