UART: UART_TX_CONFIG Struct Reference

Modbus RTU XMC47

UART_TX_CONFIG Struct Reference

Detailed Description

Structure for transmit pin configuration.

Definition at line 182 of file UART.h.

#include <UART.h>

Data Fields

XMC_GPIO_PORT_t *const port
 
const uint8_t pin
 
const XMC_GPIO_CONFIG_t *const config
 

Field Documentation

const XMC_GPIO_CONFIG_t* const UART_TX_CONFIG::config

Pin configuration structure

Definition at line 186 of file UART.h.

Referenced by UART_SetBaudrate().

const uint8_t UART_TX_CONFIG::pin

Pin number in the port

Definition at line 185 of file UART.h.

Referenced by UART_SetBaudrate().

XMC_GPIO_PORT_t* const UART_TX_CONFIG::port

Pointer to the GPIO port base address

Definition at line 184 of file UART.h.

Referenced by UART_SetBaudrate().


The documentation for this struct was generated from the following file: