Loading...
Searching...
No Matches
msp430_usart_t Struct Reference

USART (UART, SPI and I2C) Registers. More...

Detailed Description

USART (UART, SPI and I2C) Registers.

Definition at line 37 of file msp430_regs.h.

#include <msp430_regs.h>

Data Fields

REG8 CTL
 USART control.
 
REG8 TCTL
 transmit control
 
REG8 RCTL
 receive control
 
REG8 MCTL
 modulation control
 
REG8 BR0
 baud rate control 0
 
REG8 BR1
 baud rate control 1
 
REG8 RXBUF
 receive buffer
 
REG8 TXBUF
 transmit buffer
 

Field Documentation

◆ BR0

REG8 msp430_usart_t::BR0

baud rate control 0

Definition at line 42 of file msp430_regs.h.

◆ BR1

REG8 msp430_usart_t::BR1

baud rate control 1

Definition at line 43 of file msp430_regs.h.

◆ CTL

REG8 msp430_usart_t::CTL

USART control.

Definition at line 38 of file msp430_regs.h.

◆ MCTL

REG8 msp430_usart_t::MCTL

modulation control

Definition at line 41 of file msp430_regs.h.

◆ RCTL

REG8 msp430_usart_t::RCTL

receive control

Definition at line 40 of file msp430_regs.h.

◆ RXBUF

REG8 msp430_usart_t::RXBUF

receive buffer

Definition at line 44 of file msp430_regs.h.

◆ TCTL

REG8 msp430_usart_t::TCTL

transmit control

Definition at line 39 of file msp430_regs.h.

◆ TXBUF

REG8 msp430_usart_t::TXBUF

transmit buffer

Definition at line 45 of file msp430_regs.h.


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