Loading...
Searching...
No Matches
msp430_usart_prescaler_t Struct Reference

MSP430 x1xx USART prescaler configuration. More...

Detailed Description

MSP430 x1xx USART prescaler configuration.

Definition at line 116 of file periph_cpu.h.

#include <periph_cpu.h>

Data Fields

msp430_usart_clk_t clk_source
 Clock source to use.
 
uint8_t br0
 What to write in the BR0 register.
 
uint8_t br1
 What to write in the BR1 register.
 
uint8_t mctl
 USART modulation control register.
 

Field Documentation

◆ br0

uint8_t msp430_usart_prescaler_t::br0

What to write in the BR0 register.

Definition at line 118 of file periph_cpu.h.

◆ br1

uint8_t msp430_usart_prescaler_t::br1

What to write in the BR1 register.

Definition at line 119 of file periph_cpu.h.

◆ clk_source

msp430_usart_clk_t msp430_usart_prescaler_t::clk_source

Clock source to use.

Definition at line 117 of file periph_cpu.h.

◆ mctl

uint8_t msp430_usart_prescaler_t::mctl

USART modulation control register.

Definition at line 120 of file periph_cpu.h.


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