Loading...
Searching...
No Matches
msp430_usart_conf_t Struct Reference

MSP430 x1xx USART configuration registers. More...

Detailed Description

MSP430 x1xx USART configuration registers.

Unlike msp430_usart_params_t this contains configuration that may depends on runtime settings

Definition at line 129 of file periph_cpu.h.

#include <periph_cpu.h>

Data Fields

msp430_usart_prescaler_t prescaler
 Prescaler configuration.
 
uint8_t ctl
 USART control register.
 

Field Documentation

◆ ctl

uint8_t msp430_usart_conf_t::ctl

USART control register.

Definition at line 131 of file periph_cpu.h.

◆ prescaler

msp430_usart_prescaler_t msp430_usart_conf_t::prescaler

Prescaler configuration.

Definition at line 130 of file periph_cpu.h.


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