![]() |
EVE 1.0
|
#include <uart.h>
Data Fields | |
const void * | Impl |
Device specific configuration data. | |
struct uart_state_t * | State |
Address to struct with RAM variables used by the uart driver. | |
uint32_t | Baudrate: 20 |
Default baudrate in bit/s. | |
uint32_t | FlowControl: 2 |
uart_flow_control_t | |
uint32_t | RtsInverse: 1 |
Inverted RTS line (active 1) | |
uint32_t | Parity: 4 |
uart_parity_t | |
uint32_t | StopBits: 1 |
uart_stops_t | |
uint32_t | WordLength: 4 |
uart_wordlen_t | |
uint32_t | RxStartTimeoutUs |
Default value for the max time the driver waits for the first symbol in a message. | |
uint32_t | RxStopTimeoutUs |
Default value for the max time the driver waits for the next symbol in a message. | |
const struct uart_api_t * | Func |
Virtual function table. | |