msp430_usci_params_t Struct Reference

MSP430 F2xx/G2xx USCI configuration. More...

Detailed Description

MSP430 F2xx/G2xx USCI configuration.

This is intended to be stored in flash.

Definition at line 100 of file periph_cpu.h.

#include <periph_cpu.h>

Data Fields

msp430_usci_b_tdev
 The USCI device to use.
 
REG8interrupt_enable
 The interrupt enable register matching the USCI.
 
REG8interrupt_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.
 

The documentation for this struct was generated from the following file: