Loading...
Searching...
No Matches
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.
 

Field Documentation

◆ dev

msp430_usci_b_t* msp430_usci_params_t::dev

The USCI device to use.

Definition at line 101 of file periph_cpu.h.

◆ id

msp430_usci_id_t msp430_usci_params_t::id

ID of the USCI.

Definition at line 107 of file periph_cpu.h.

◆ interrupt_enable

REG8* msp430_usci_params_t::interrupt_enable

The interrupt enable register matching the USCI.

Definition at line 103 of file periph_cpu.h.

◆ interrupt_flag

REG8* msp430_usci_params_t::interrupt_flag

The interrupt flag register matching the USCI.

Definition at line 104 of file periph_cpu.h.

◆ rx_irq_mask

uint8_t msp430_usci_params_t::rx_irq_mask

The bitmask to enable the TX IRQ for this USCI.

Definition at line 106 of file periph_cpu.h.

◆ tx_irq_mask

uint8_t msp430_usci_params_t::tx_irq_mask

The bitmask to enable the TX IRQ for this USCI.

Definition at line 105 of file periph_cpu.h.


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