MSP430 F2xx/G2xx USCI configuration. More...
MSP430 F2xx/G2xx USCI configuration.
This is intended to be stored in flash.
Definition at line 96 of file periph_cpu.h.
#include <periph_cpu.h>
Data Fields | |
| msp430_usci_b_t * | dev | 
| The USCI device to use.  | |
| REG8 * | interrupt_enable | 
| The interrupt enable register matching the USCI.  | |
| REG8 * | interrupt_flag | 
| The interrupt flag register matching the USCI.  | |
| uint8_t | tx_irq_mask | 
| The bitmask to enable the TX IRQ for this USCI.  | |
| uint8_t | rx_irq_mask | 
| The bitmask to enable the TX IRQ for this USCI.  | |
| msp430_usci_id_t | id | 
| ID of the USCI.  | |