MSP430 x1xx USART configuration. More...
MSP430 x1xx USART configuration.
This is intended to be stored in flash.
Definition at line 92 of file periph_cpu.h.
#include <periph_cpu.h>
Data Fields | |
msp430_usart_t * | dev |
The USART device to use. | |
msp430_usart_sfr_t * | sfr |
The corresponding SFR registers. | |
uint8_t | tx_irq_mask |
The bitmask to enable the TX IRQ for this USART. | |
uint8_t | rx_irq_mask |
The bitmask to enable the TX IRQ for this USART. | |
uint8_t | num |
Number of the USART. | |