USART (UART, SPI and I2C) Registers. More...
USART (UART, SPI and I2C) Registers.
Definition at line 48 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 | |
REG8 msp430_usart_t::BR0 |
baud rate control 0
Definition at line 53 of file msp430_regs.h.
REG8 msp430_usart_t::BR1 |
baud rate control 1
Definition at line 54 of file msp430_regs.h.
REG8 msp430_usart_t::CTL |
USART control.
Definition at line 49 of file msp430_regs.h.
REG8 msp430_usart_t::MCTL |
modulation control
Definition at line 52 of file msp430_regs.h.
REG8 msp430_usart_t::RCTL |
receive control
Definition at line 51 of file msp430_regs.h.
REG8 msp430_usart_t::RXBUF |
receive buffer
Definition at line 55 of file msp430_regs.h.
REG8 msp430_usart_t::TCTL |
transmit control
Definition at line 50 of file msp430_regs.h.
REG8 msp430_usart_t::TXBUF |
transmit buffer
Definition at line 56 of file msp430_regs.h.