UART: Data structures

Modbus RTU XMC47

UART
Data structures
typedef XMC_UART_CH_STATUS_FLAG_t UART_PROTOCOL_STATUS_t
 Wrapper typedefinition for XMC_UART_PROTOCOL_STATUS_t.
 
typedef struct UART_TX_CONFIG UART_TX_CONFIG_t
 Structure for transmit pin configuration.
 
typedef struct UART_CONFIG UART_CONFIG_t
 Structure for holding the configuration parameters of UART channel.
 
typedef struct UART_RUNTIME UART_RUNTIME_t
 Structure to hold the dynamic variables for the UART communication.
 
typedef struct UART UART_t
 Handler structure with pointers to dynamic and static parameters.
 

Detailed Description