msp430_usci_uart_params_t Struct Reference

MSP430 F2xx/G2xx UART configuration, CPU level. More...

Detailed Description

MSP430 F2xx/G2xx UART configuration, CPU level.

The MSP430 F2xx/G2xx has two USCI peripherals which both can be operated in UART mode. Each is connected to a fixed GPIO for RXD and TXD, respectively. Hence, there is not much left for the board to configure anyway, so we just prepare UART configurations at CPU level for the board to refer to. The unused configuration(s) will be garbage collected by the linker.

Definition at line 149 of file periph_cpu.h.

#include <periph_cpu.h>

Data Fields

msp430_usci_params_t usci_params
 The USCI params.
 
gpio_t rxd
 RXD pin.
 
gpio_t txd
 TXD pin.
 

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