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. | |
msp430_usart_t* msp430_usart_params_t::dev |
The USART device to use.
Definition at line 93 of file periph_cpu.h.
uint8_t msp430_usart_params_t::num |
Number of the USART.
Definition at line 99 of file periph_cpu.h.
uint8_t msp430_usart_params_t::rx_irq_mask |
The bitmask to enable the TX IRQ for this USART.
Definition at line 97 of file periph_cpu.h.
msp430_usart_sfr_t* msp430_usart_params_t::sfr |
The corresponding SFR registers.
Definition at line 94 of file periph_cpu.h.
uint8_t msp430_usart_params_t::tx_irq_mask |
The bitmask to enable the TX IRQ for this USART.
Definition at line 95 of file periph_cpu.h.