Loading...
Searching...
No Matches
msp430_usart_params_t Struct Reference

MSP430 x1xx USART configuration. More...

Detailed Description

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_tdev
 The USART device to use.
 
msp430_usart_sfr_tsfr
 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.
 

Field Documentation

◆ dev

msp430_usart_t* msp430_usart_params_t::dev

The USART device to use.

Definition at line 93 of file periph_cpu.h.

◆ num

uint8_t msp430_usart_params_t::num

Number of the USART.

Definition at line 99 of file periph_cpu.h.

◆ rx_irq_mask

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.

◆ sfr

msp430_usart_sfr_t* msp430_usart_params_t::sfr

The corresponding SFR registers.

Definition at line 94 of file periph_cpu.h.

◆ tx_irq_mask

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.


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