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. | |
| msp430_usci_b_t* msp430_usci_params_t::dev | 
The USCI device to use.
Definition at line 97 of file periph_cpu.h.
| msp430_usci_id_t msp430_usci_params_t::id | 
ID of the USCI.
Definition at line 103 of file periph_cpu.h.
| REG8* msp430_usci_params_t::interrupt_enable | 
The interrupt enable register matching the USCI.
Definition at line 99 of file periph_cpu.h.
| REG8* msp430_usci_params_t::interrupt_flag | 
The interrupt flag register matching the USCI.
Definition at line 100 of file periph_cpu.h.
| uint8_t msp430_usci_params_t::rx_irq_mask | 
The bitmask to enable the TX IRQ for this USCI.
Definition at line 102 of file periph_cpu.h.
| uint8_t msp430_usci_params_t::tx_irq_mask | 
The bitmask to enable the TX IRQ for this USCI.
Definition at line 101 of file periph_cpu.h.