EVE 1.0
uart_t Struct Reference

#include <uart.h>

Collaboration diagram for uart_t:

Data Fields

const void * Impl
 Device specific configuration data.
 
struct uart_state_tState
 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_tFunc
 Virtual function table.
 

Detailed Description

UART driver configuration data

Definition at line 222 of file uart.h.